summaryrefslogtreecommitdiffstats
path: root/pyload/remote/create_apitypes.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-21 21:42:43 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-21 21:42:43 +0200
commit6172180c95695cae84e71484b4c60af4166ebf89 (patch)
tree17f4d63cca0b8407bb556911929725532bcede26 /pyload/remote/create_apitypes.py
parentReplace rule Hook -> Addon (diff)
downloadpyload-6172180c95695cae84e71484b4c60af4166ebf89.tar.xz
guess media types by name
Diffstat (limited to 'pyload/remote/create_apitypes.py')
-rw-r--r--pyload/remote/create_apitypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/create_apitypes.py b/pyload/remote/create_apitypes.py
index d596f07ac..61063fa3b 100644
--- a/pyload/remote/create_apitypes.py
+++ b/pyload/remote/create_apitypes.py
@@ -95,7 +95,7 @@ class ExceptionObject(Exception):
# -*- coding: utf-8 -*-
# Autogenerated by pyload
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING\n
-from ttypes import *\n
+from apitypes import *\n
""")
dev.write("enums = [\n")