Changes

From Amahi Wiki
Jump to: navigation, search
9 bytes removed ,  00:08, 29 May 2020
# 11/8/2010
#
 log = '/var/log/hda-updates.log' f = open(log, 'r')
lines = f.readlines()
f.close()
 
gotUpdates = False
firstUpdate = False
# 9/26/2014
#
 
log = '/var/log/hda-updates.log'
 
line = '==============================================================================='
head = 'Package Arch Version Repository Size'
purple = '\033[1;35m'
white = '\033[1;37m'
 
print blue + line + white
print cyan + head + white
print blue + line + white
 
f = open(log, 'r')
lines = f.readlines()
f.close()
 
gotUpdates = False
firstUpdate = False
12,424

edits