diff options
author | 2015-04-19 18:02:35 +0200 | |
---|---|---|
committer | 2015-04-19 18:04:05 +0200 | |
commit | bbaac34ea11bf6ffa347a3b1a2effe2b4891fddc (patch) | |
tree | 6661a83723bb713ec45aa638d1b2adb23a9dd207 /pyload/api | |
parent | range -> xrange (diff) | |
download | pyload-bbaac34ea11bf6ffa347a3b1a2effe2b4891fddc.tar.xz |
Spare code cosmetics (6)
Diffstat (limited to 'pyload/api')
-rw-r--r-- | pyload/api/types.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/api/types.py b/pyload/api/types.py index 2fd089333..9381df3c7 100644 --- a/pyload/api/types.py +++ b/pyload/api/types.py @@ -2,7 +2,6 @@ # Autogenerated by pyload # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING - class BaseObject(object): __slots__ = [] |