X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=geni%2Futil%2Fapi.py;h=bf5d4f783a3e725fc223c51e0bd3224e54f578cb;hb=4b9b51ed9a2808f89ccaede4ea10a498b81305aa;hp=aec4cfde82fdf9ddbc588cb2033f2f679e1918b2;hpb=6e2793c553fa6e02df3d625e9232739d8949528e;p=sfa.git diff --git a/geni/util/api.py b/geni/util/api.py index aec4cfde..bf5d4f78 100644 --- a/geni/util/api.py +++ b/geni/util/api.py @@ -14,6 +14,7 @@ from geni.util.faults import * from geni.util.debug import * from geni.util.rights import * from geni.util.credential import * +from geni.util.misc import * # See "2.2 Characters" in the XML specification: # @@ -120,7 +121,7 @@ class GeniAPI: def getPLCShell(self): self.plauth = {'Username': self.config.GENI_PLC_USER, 'AuthMethod': 'password', - 'AuthString': self.config.GENI_PLC_PASSWORD} + 'AuthString': self.config.GENI_PLC_PASSWORD} try: import PLC.Shell shell = PLC.Shell.Shell(globals = globals())