changes for 3.0
[monitor.git] / prep_power_users.py
index 3f354c0..a2c5047 100755 (executable)
@@ -1,7 +1,6 @@
 #!/usr/bin/python
 
 import plc
-import auth
 import sys
 import time
 
@@ -16,8 +15,9 @@ email_list = [ 'monitor@planet-lab.org',
                 # 'vivek@cs.princeton.edu',
                ]
 
-api   = plc.PLC(auth.auth, auth.plc)
-api06 = plc.PLC(auth.auth06, auth.plc06)
+import config
+api   = plc.PLC(config.API_AUTH, config.API_SERVER)
+api06 = plc.PLC(config.API_AUTH06, config.API_SERVER06)
 
 
 # add planetlab-15.cs.princeton.edu, and use the key on the CD.