From a3cc10719525f6a88b802ea3fc65a94a5d998350 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Thu, 24 Apr 2014 22:17:44 +0200 Subject: Added password weakness checking Improved icon and image installation and usage (File::ShareDir::Install) --- modules/contribfinder.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modules') diff --git a/modules/contribfinder.py b/modules/contribfinder.py index 4adada8..458299a 100755 --- a/modules/contribfinder.py +++ b/modules/contribfinder.py @@ -89,18 +89,18 @@ class mainGui(): self.dialog.destroy() break if event.widget() == self.btnLookAtIt: - if(cmp(self.contributor.strip(),"")!=0): - url = 'http://people.mageia.org/u/%s.html' % self.contributor - os.system("www-browser %s" % url) + if(cmp(self.contributor.strip(),"")!=0): + url = 'http://people.mageia.org/u/%s.html' % self.contributor + os.system("www-browser %s" % url) if event.widget() == self.btnsearch: #self.dialog.startMultipleChanges() #self.rtinformations.setValue("Loading...") #self.dialog.doneMultipleChanges() self.contributor = self.stripErrMessages(self.invokeMgaRepo(self.txtpkgname.value())) - if(cmp(self.contributor.strip(),"")!=0): - outstr = 'Maintainer: %s
e-mail: %s@mageia.org' % (self.contributor,self.contributor,self.contributor,self.contributor) - else: - outstr = '' + if(cmp(self.contributor.strip(),"")!=0): + outstr = 'Maintainer: %s
e-mail: %s@mageia.org' % (self.contributor,self.contributor,self.contributor,self.contributor) + else: + outstr = '' self.rtinformations.setValue(outstr) if __name__ == "__main__": -- cgit v1.2.1