level1_auth must be more than 1 level deep. Reverting level1_auth back to planetlab...
authorTony Mack <tmack@cs.princeton.edu>
Tue, 16 Dec 2008 21:26:54 +0000 (21:26 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 16 Dec 2008 21:26:54 +0000 (21:26 +0000)
plc/gimport.py

index 9d8bd25..31e3fae 100755 (executable)
@@ -29,7 +29,7 @@ shell = None
 # Two authorities are specified: the root authority and the level1 authority.
 
 root_auth = "planetlab"
-level1_auth = "planetlab"
+level1_auth = "planetlab.us"
 
 
 def un_unicode(str):