From a61fd101d9a90033598dd979c45a7adaff223584 Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 30 Mar 2010 13:28:37 +0200 Subject: better config parser --- pyLoadCore.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyLoadCore.py') 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 -- cgit v1.2.3