fix get_link_requests()
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 27 Oct 2011 16:08:59 +0000 (12:08 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 27 Oct 2011 16:08:59 +0000 (12:08 -0400)
sfa/rspecs/versions/sfav1.py

index 3f36e50..c3bb208 100644 (file)
@@ -117,7 +117,7 @@ class SFAv1(BaseVersion):
         return PGv2Link.get_links(self.xml)
 
     def get_link_requests(self):
-        return PGv2Link.get_links(self.xml) 
+        return PGv2Link.get_link_requests(self.xml) 
 
     def get_link(self, fromnode, tonode, network=None):
         fromsite = fromnode.getparent()