From 7a97ef6d4a86514d0dc6ad9e73ee578635a91d8a Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 26 Oct 2009 15:25:15 +0000 Subject: [PATCH] This is hopefully the first version of sfatables that basically works. --- sfatables/test.sfarspec | 1 - sfatables/xmlrule.py | 4 ---- 2 files changed, 5 deletions(-) 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() -- 2.43.0