diff options
author | 2014-07-19 02:23:19 +0200 | |
---|---|---|
committer | 2014-07-19 02:23:19 +0200 | |
commit | 0aca8ebfb15237e60effce06ccff2085516117f6 (patch) | |
tree | e3f28471f4f682f333d5f1b0725ec6572b9cb1bc /module/setup.py | |
parent | Move test stuff to common directory (diff) | |
download | pyload-0aca8ebfb15237e60effce06ccff2085516117f6.tar.xz |
Remove self-tests from all files
Diffstat (limited to 'module/setup.py')
-rw-r--r-- | module/setup.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/module/setup.py b/module/setup.py index 515b92d1a..9d18f0374 100644 --- a/module/setup.py +++ b/module/setup.py @@ -510,8 +510,3 @@ class Setup: return input else: print _("Invalid Input") - - -if __name__ == "__main__": - test = Setup(join(abspath(dirname(__file__)), ".."), None) - test.start() |