contrib/fast-import/import-zips.py: fix broken error message
commit61a7aaccf40a65840f5017901c8f4c19253c395a
authorDavid Aguilar <davvid@gmail.com>
Sun, 24 Feb 2013 00:50:19 +0000 (23 16:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2013 21:31:08 +0000 (24 13:31 -0800)
tree856b39a6c271bbeb42f76f3640163a1c051c8d8d
parentdd3a4ad95f5d10d8756fdf337004bb41b230b0fe
contrib/fast-import/import-zips.py: fix broken error message

The 'sys' module is not imported but all of the bits
we want from it are.  Adjust the script to not fail
when run on old Python versions and fix the inconsistent
use of tabs.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/import-zips.py