From a55daf0e6088dcb0cc564269c194d761526bd7db Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 16 Dec 2008 21:26:54 +0000 Subject: [PATCH] level1_auth must be more than 1 level deep. Reverting level1_auth back to planetlab.us untill we can get around this --- plc/gimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc/gimport.py b/plc/gimport.py index 9d8bd251..31e3faeb 100755 --- a/plc/gimport.py +++ b/plc/gimport.py @@ -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): -- 2.47.0