From: Sapan Bhatia Date: Mon, 26 Oct 2009 15:25:15 +0000 (+0000) Subject: This is hopefully the first version of sfatables that basically works. X-Git-Tag: sfa-0.9-6~118 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=7a97ef6d4a86514d0dc6ad9e73ee578635a91d8a This is hopefully the first version of sfatables that basically works. --- diff --git a/sfatables/test.sfarspec b/sfatables/test.sfarspec index 977c2443..f0a856a5 100644 --- a/sfatables/test.sfarspec +++ b/sfatables/test.sfarspec @@ -1,7 +1,6 @@ - plc.princeton.sapanb diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 4714185a..3d9eeda6 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -77,8 +77,6 @@ class XMLRule: return doc def apply_interpreted(self, rspec): - import pdb - pdb.set_trace() rspec = self.add_rule_context_to_rspec(rspec) # Interpreted # @@ -115,8 +113,6 @@ class XMLRule: self.processors[type] = processor[0].content self.arguments[type] = p.xpathEval('//rule//argument[value!=""]') - import pdb - pdb.set_trace() p.xpathFreeContext()