X-Git-Url: http://git.datanom.net/lensdatabase.git/blobdiff_plain/29f0e748a8cd062a091bc4cca710fa91f720c11c..376dc649df68df57869e5f5a02d0cd263254bbde:/searchwindow.py?ds=sidebyside diff --git a/searchwindow.py b/searchwindow.py index 6ef2785..d2e8e72 100644 --- a/searchwindow.py +++ b/searchwindow.py @@ -40,10 +40,6 @@ class SearchResultDialog(): self.liststore.append(row) def emptyString(self, str): -# if not(str and not str.strip()): -# return True -# else: -# return False return not (str and str.strip()) def on_ok_btn_clicked(self, button):