diff options
author | 2013-07-21 21:42:43 +0200 | |
---|---|---|
committer | 2013-07-21 21:42:43 +0200 | |
commit | 6172180c95695cae84e71484b4c60af4166ebf89 (patch) | |
tree | 17f4d63cca0b8407bb556911929725532bcede26 /pyload/remote/apitypes_debug.py | |
parent | Replace rule Hook -> Addon (diff) | |
download | pyload-6172180c95695cae84e71484b4c60af4166ebf89.tar.xz |
guess media types by name
Diffstat (limited to 'pyload/remote/apitypes_debug.py')
-rw-r--r-- | pyload/remote/apitypes_debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/apitypes_debug.py b/pyload/remote/apitypes_debug.py index 7c62a6277..0d04a8225 100644 --- a/pyload/remote/apitypes_debug.py +++ b/pyload/remote/apitypes_debug.py @@ -3,7 +3,7 @@ # Autogenerated by pyload # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING -from ttypes import * +from apitypes import * enums = [ "DownloadState", |