404main: Fix indentation.

This commit is contained in:
Benjamin Drung 2010-12-22 18:35:41 +01:00
parent 54c0a88464
commit 48c30e91a6

View File

@ -114,7 +114,7 @@ def main():
print 'Usage: %s <package name> [<distribution>]' % sys.argv[0]
sys.exit(1)
cache = apt.cache.Cache()
cache = apt.cache.Cache()
if len(sys.argv) == 3 and sys.argv[2]:
distro = sys.argv[2]