Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=5c2644342b60c80dd7999bde08162230070fb490
commit 5c2644342b60c80dd7999bde08162230070fb490 Author: bouleetbil <[email protected]> Date: Tue Dec 27 14:02:18 2011 +0100 py-pacman.py *remove useless int cast diff --git a/py-pacman/py-pacman.py b/py-pacman/py-pacman.py index 3cfed9d..80158b1 100755 --- a/py-pacman/py-pacman.py +++ b/py-pacman/py-pacman.py @@ -675,7 +675,7 @@ def fpm_progress_install(*args): def fpm_trans_conv(event,pkg,response): print_debug("fpm_trans_conv") - if event==int(PM_TRANS_CONV_LOCAL_UPTODATE) : + if event==PM_TRANS_CONV_LOCAL_UPTODATE: print "Package already installed" print_not_yet _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
