summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-03-30 13:28:37 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-03-30 13:28:37 +0200
commita61fd101d9a90033598dd979c45a7adaff223584 (patch)
tree61fe5c4472139de350164f668b4b372d50e30a7a /pyLoadCore.py
parentnew translation files (diff)
downloadpyload-a61fd101d9a90033598dd979c45a7adaff223584.tar.xz
better config parser
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index d5b387baf..c2cf6d829 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -464,6 +464,9 @@ class ServerMethods():
else:
raise Exception("not allowed!")
+ def get_config(self):
+ pass
+
def pause_server(self):
self.core.thread_list.pause = True