Explorar o código

Fix ~/.pythonrc configuration

Emmanuel Bouthenot %!s(int64=7) %!d(string=hai) anos
pai
achega
8440aa685f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .pythonrc

+ 2 - 1
.pythonrc

@@ -1,7 +1,8 @@
 try:
     import readline
 except ImportError:
-    print "Module readline not available."
+    pass
+#print "Module readline not available."
 else:
     import rlcompleter
     readline.parse_and_bind("tab: complete")