Replace spaces by tabs.

This commit is contained in:
Benjamin Drung 2010-02-05 09:57:53 +01:00
parent 4180affdf1
commit 8a0396377b

View File

@ -44,9 +44,9 @@ def strip_epoch(version):
return version
def LogCall(command):
command = map(str, command)
logging.info("Running %s", " ".join(command))
return command
command = map(str, command)
logging.info("Running %s", " ".join(command))
return command
def get_source(package, version, section):
assert section in ("main", "contrib", "non-free")