From: Faiyaz Ahmed Date: Wed, 14 Nov 2007 03:08:20 +0000 (+0000) Subject: In case the API isn't installed, skip docbook stuffs. X-Git-Tag: NodeManager-1.6-1~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=690082837e32e2292d293407a248549a2ba3989a;p=nodemanager.git In case the API isn't installed, skip docbook stuffs. --- diff --git a/api_calls.py b/api_calls.py index 5804258..fa13792 100644 --- a/api_calls.py +++ b/api_calls.py @@ -21,7 +21,9 @@ import xmlrpclib try: from PLC.Parameter import Parameter, Mixed except: - pass + def Parameter(a = None, b = None): pass + def Mixed(a = None, b = None, c = None): pass + import accounts import logger