whitespace
authorTony Mack <tmack@cs.princeton.edu>
Wed, 11 Mar 2009 03:59:54 +0000 (03:59 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 11 Mar 2009 03:59:54 +0000 (03:59 +0000)
geni/util/hierarchy.py
geni/util/misc.py

index d262ddc..00b464d 100644 (file)
@@ -192,7 +192,7 @@ class Hierarchy():
 
     def get_auth_info(self, hrn):
         #report.trace("Hierarchy: getting authority: " + hrn)
-    
+   
         if not self.auth_exists(hrn):
             raise MissingAuthority(hrn)
 
index bd703b7..a83f6fa 100644 (file)
@@ -5,6 +5,7 @@ def get_leaf(hrn):
     return ".".join(parts[-1:])
 
 def get_authority(hrn):
+    
     parts = hrn.split(".")
     return ".".join(parts[:-1])