Эх сурвалжийг харах

Fix ~/.pythonrc configuration

Emmanuel Bouthenot 7 жил өмнө
parent
commit
8440aa685f
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      .pythonrc

+ 2 - 1
.pythonrc

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