]> git.itanic.dy.fi Git - emerge-timer/commitdiff
Remove 'times' global variable
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Wed, 24 Aug 2011 09:05:17 +0000 (12:05 +0300)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Wed, 24 Aug 2011 10:19:34 +0000 (13:19 +0300)
The local 'times' variable is still use in various functions.

emerge-timer.py

index 812a25a059b94b1d071b23875510c52b969b6efa..dc91c41c0c068ccab21e78fd7e19bfcf2dd5501b 100755 (executable)
@@ -8,8 +8,6 @@ PORTDIR = "/usr/portage/"
 LOGFILE = "/var/log/emerge.log"
 
 
-times = []
-
 
 green_start = "\033[32m"
 color_stop = "\033[m"