]> git.datanom.net - lensdatabase.git/blobdiff - searchwindow.py
update .gitignore and add setup tools
[lensdatabase.git] / searchwindow.py
index 6ef278524da85cf637aea177f68d1de8c4c371b3..d2e8e72d817573db8f2930e0c4d64503fe431b60 100644 (file)
@@ -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):
This page took 0.028159 seconds and 5 git commands to generate.