X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=prep_power_users.py;h=a2c50478f1620cbd9aa84d8708600ab6cc4d5fe9;hb=170be1fae6fd5956641668443245c50fbf7fd566;hp=3f354c0233230f9ae2eb56e579ce1390aeeae8b9;hpb=0d13bf49d19b432e7dae1144682e232c41ba5b6b;p=monitor.git diff --git a/prep_power_users.py b/prep_power_users.py index 3f354c0..a2c5047 100755 --- a/prep_power_users.py +++ b/prep_power_users.py @@ -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.