diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-02-06 22:16:02 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-02-06 22:35:43 +0100 |
| commit | cd12f43cd2c98826bb0ea092ef590a91e5842886 (patch) | |
| tree | fc13c2f90a9e3190ab172b1556dc1eb3caa124b4 /obsapi/__init__.py | |
| parent | c86fdd52a30ca1833149d46b7fee9135a74e4598 (diff) | |
| download | obsapi-cd12f43cd2c98826bb0ea092ef590a91e5842886.tar.gz obsapi-cd12f43cd2c98826bb0ea092ef590a91e5842886.tar.xz obsapi-cd12f43cd2c98826bb0ea092ef590a91e5842886.zip | |
Handle passing bytes to the FileInfo class
Move class to own file and enhance tests
Diffstat (limited to 'obsapi/__init__.py')
| -rw-r--r-- | obsapi/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/obsapi/__init__.py b/obsapi/__init__.py index 6b3af61..547af96 100644 --- a/obsapi/__init__.py +++ b/obsapi/__init__.py @@ -3,4 +3,3 @@ from obsapi.core import * from ._version import get_versions __version__ = get_versions()['version'] del get_versions - |
