From 4abfc0093fb326adf769f0b27f13fff309a3f3c6 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Mon, 16 Nov 2009 11:48:31 -0500 Subject: [PATCH] test print --- pyfpdb/XTables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/XTables.py b/pyfpdb/XTables.py index cbfa8875..590bd743 100644 --- a/pyfpdb/XTables.py +++ b/pyfpdb/XTables.py @@ -51,6 +51,7 @@ class Table(Table_Window): for inside in outside.query_tree().children: if done_looping: break prop = inside.get_property(name_atom, Xlib.Xatom.STRING, 0, 1000) + print prop if prop is None: continue if prop.value and re.search(search_string, prop.value): if self.check_bad_words(prop.value): continue