From b7af9d772e7686c38c705cd14cb666bc5f599278 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 4 Aug 2009 22:11:53 +0000 Subject: [PATCH] fix bug in import_person, 'shell' is now defined --- sfa/plc/sfaImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/plc/sfaImport.py b/sfa/plc/sfaImport.py index ad16ad80..546b9aba 100644 --- a/sfa/plc/sfaImport.py +++ b/sfa/plc/sfaImport.py @@ -144,7 +144,7 @@ class sfaImport: # get the user's private key from the SSH keys they have uploaded # to planetlab - keys = shell.GetKeys(plc_auth, key_ids) + keys = self.shell.GetKeys(plc_auth, key_ids) key = keys[0]['key'] pkey = convert_public_key(key) else: -- 2.43.0