disabling get_
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 11 Apr 2012 17:30:49 +0000 (13:30 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 11 Apr 2012 17:30:49 +0000 (13:30 -0400)
sfa/rspecs/elements/versions/plosv1FWRule.py

index 1fd017a..e9ea65b 100644 (file)
@@ -16,8 +16,8 @@ class PLOSv1FWRule:
     @staticmethod
     def get_rules(xml):
         rules = []
-        for rule_elem in xml.xpath('./plos:fw_rule | ./fw_rule'):
-            rule = FWRule(rule_elem.attrib, rule_elem)
-            rules.append(rule)  
+        #for rule_elem in xml.xpath('./plos:fw_rule | ./fw_rule'):
+        #    rule = FWRule(rule_elem.attrib, rule_elem)
+        #    rules.append(rule)  
         return rules