From 4e0677d9cbb7a3a1ba2c979f8087f32e530c9e03 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 16 Sep 2009 00:17:50 +0000 Subject: [PATCH] Tweaks to xmlrule and exec.py --- sfatables/exec.py | 10 ++++------ sfatables/xmlrule.py | 2 -- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sfatables/exec.py b/sfatables/exec.py index 303723ee..4afcb48e 100644 --- a/sfatables/exec.py +++ b/sfatables/exec.py @@ -34,12 +34,11 @@ def main(): rspec = """ - + plc.princeton.sapan - + - - + hrn plc @@ -52,8 +51,7 @@ def main(): blacklist plc.tp - - + diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 9c43e0f8..92a06e24 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -41,8 +41,6 @@ class XMLRule: return stylesheet_result def match(self, rspec): - import pdb - pdb.set_trace() match_result = self.apply_processor('match',rspec,"//result/@verdict") return (match_result=='True') -- 2.43.0