fix bug
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 18 Jan 2011 17:16:50 +0000 (12:16 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 18 Jan 2011 17:16:50 +0000 (12:16 -0500)
sfa/plc/sfaImport.py

index 38812ff..3f19741 100644 (file)
@@ -103,7 +103,7 @@ class sfaImport:
         """
         # just create certs for all sfa interfaces even if they
         # arent enabled
-        interface_hrn = config.SFA_INTERFACE_HRN
+        interface_hrn = self.config.SFA_INTERFACE_HRN
         interfaces = ['sa', 'am', 'sm']
         table = SfaTable()
         auth_info = self.AuthHierarchy.get_auth_info(interface_hrn)