FIx style

This commit is contained in:
Dimitris Zlatanidis 2015-06-04 16:03:30 +03:00
parent fa7b425a40
commit a78fe27a4d

View file

@ -49,7 +49,7 @@ def pkg_upgrade(repo, skip):
# location = data[1]
# size = data[2]
# unsize = data[3]
data = repo_data(PACKAGES_TXT, 2000, repo, True)
data = repo_data(PACKAGES_TXT, 2000, repo, resolve=True)
index, toolbar_width = 0, 1000
for pkg in installed():
index += 1