From a55965354484b7db8a3e0ae0b30f639f5593f2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 21 Jun 2005 13:50:51 +0000 Subject: [PATCH] /usr/lib/python2.3/tabnanny.py pisi-install --- pisi-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pisi-install b/pisi-install index b5d847e6..3582905d 100755 --- a/pisi-install +++ b/pisi-install @@ -32,10 +32,10 @@ def main(): # TODO: We accept only one package file arg ATM if len(args) != 1: - print usage - raise ArgError, "pisi-install expects one (and only one) package file currently" + print usage + raise ArgError, "pisi-install expects one (and only one) package file currently" else: - package_fn = args[0] + package_fn = args[0] install.install(package_fn)