(no commit message)
[sfa.git] / sfatables / xmlrule.py
index 9e06bbf..52bea31 100644 (file)
@@ -84,6 +84,7 @@ class XMLRule:
         #       then target(target_args, rspec)
         #       else rspec
         
+        import pdb
         if (self.match(rspec)):
             return (True,self.wrap_up(self.target(rspec)))
         else: