placeholder auth fields
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 26 Mar 2013 17:42:59 +0000 (13:42 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 26 Mar 2013 17:42:59 +0000 (13:42 -0400)
plstackapi/importer/plclassic/importer.py

index 88ea1b1..3a2113f 100644 (file)
@@ -17,7 +17,9 @@ class Call:
 
 class API():
     def __init__(self):
-        self.auth = {}
+        self.auth = {'AuthMethod': 'password',
+                     'Username': None,
+                     'AuthString': None}
         self.server = xmlrpclib.ServerProxy("URL", allow_none=True)
 
     def __getattr__(self, name):