gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31519 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r31519 - gnunet/src/util
Date: Wed, 18 Dec 2013 12:32:19 +0100

Author: wachs
Date: 2013-12-18 12:32:19 +0100 (Wed, 18 Dec 2013)
New Revision: 31519

Modified:
   gnunet/src/util/gnunet-qr.py.in
Log:
fixing name to install


Modified: gnunet/src/util/gnunet-qr.py.in
===================================================================
--- gnunet/src/util/gnunet-qr.py.in     2013-12-18 11:31:56 UTC (rev 31518)
+++ gnunet/src/util/gnunet-qr.py.in     2013-12-18 11:32:19 UTC (rev 31519)
@@ -4,10 +4,10 @@
 import subprocess
 from sys import argv
 try:
-    import zbar
+       import zbar
 except ImportError as e:
-    print 'Cannot run gnunet-qr, please install zbar-python'
-    sys.exit (1)
+       print 'Cannot run gnunet-qr, please install zbar-python'
+       sys.exit (1)
 
 def help ():
  print 'gnunet-qr\n\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]