gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25696 - gnunet-update/src/gnunet_update


From: gnunet
Subject: [GNUnet-SVN] r25696 - gnunet-update/src/gnunet_update
Date: Fri, 4 Jan 2013 14:26:50 +0100

Author: harsha
Date: 2013-01-04 14:26:49 +0100 (Fri, 04 Jan 2013)
New Revision: 25696

Modified:
   gnunet-update/src/gnunet_update/install.py
Log:
- fix warning

Modified: gnunet-update/src/gnunet_update/install.py
===================================================================
--- gnunet-update/src/gnunet_update/install.py  2013-01-04 13:19:38 UTC (rev 
25695)
+++ gnunet-update/src/gnunet_update/install.py  2013-01-04 13:26:49 UTC (rev 
25696)
@@ -297,6 +297,5 @@
     return util.getch (sys.stdin, sys.stdin.fileno())
 
 if "__main__" == __name__:
-    global getch_
-    getch_ = _getch_stdin
+    getch_ = _getch_stdin       # Set global var getch_
     main()




reply via email to

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