diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-08 00:29:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-14 11:02:23 +0200 |
commit | 68d662e689cd42687341c550fb6ebb74e6968d21 (patch) | |
tree | 486cef41bd928b8db704894233b2cef94a6e346f /module/cli/__init__.py | |
parent | save_join -> safe_join & save_path -> safe_filename (diff) | |
download | pyload-68d662e689cd42687341c550fb6ebb74e6968d21.tar.xz |
module -> pyload
Diffstat (limited to 'module/cli/__init__.py')
-rw-r--r-- | module/cli/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/cli/__init__.py b/module/cli/__init__.py deleted file mode 100644 index 413c6a638..000000000 --- a/module/cli/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from AddPackage import AddPackage -from ManageFiles import ManageFiles |