fix AttributeError
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Sun, 20 Nov 2011 21:44:15 +0000 (16:44 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Sun, 20 Nov 2011 21:44:15 +0000 (16:44 -0500)
sfa/trust/hierarchy.py

index 873c766..31519b4 100644 (file)
@@ -210,7 +210,7 @@ class Hierarchy:
        
         # create the authority if it doesnt alrady exist
         if not self.auth_exists(hrn):
-            self.AuthHierarchy.create_auth(hrn)
+            self.create_auth(hrn)
             
         
     def get_interface_auth_info(self, create=True):