summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-02 15:17:24 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-02 15:17:24 +0200
commit58f38f399387b44b956e785e1d578d0f621354e6 (patch)
tree8e9a6bb9f659db8f58d73b0c416572a8212abfcf /pyLoadCore.py
parentyoutube, new file format (diff)
downloadpyload-58f38f399387b44b956e785e1d578d0f621354e6.tar.xz
fixes, cleanup, summary for each package
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 3e0979b57..4220db302 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -56,7 +56,7 @@ from module.database import DatabaseBackend
from module.database import FileHandler
-from module.utils import freeSpace, formatSize, compare_time
+from module.utils import freeSpace, formatSize
from codecs import getwriter
if os.name == "nt":
@@ -396,10 +396,9 @@ class Core(object):
self.log.info(_("pyLoad is up and running"))
#test api
-# from module.common.APIExerciser import APIExerciser
-# APIExerciser(self)
-# APIExerciser(self)
-# APIExerciser(self)
+# from module.common.APIExerciser import startApiExerciser
+# startApiExerciser(self, 3)
+
#some memory stats
# from guppy import hpy
# hp=hpy()