X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=api_calls.py;h=fa137927024bef054f0b8fa1acc7eb33360f7ee7;hb=690082837e32e2292d293407a248549a2ba3989a;hp=58042586043399c4a31f392a9a29ff95b8174a13;hpb=401d1e11354752a33c97d29a2d3af9e60ee2885d;p=nodemanager.git 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