Browse Source

Remove readline package that is not used and causes issues on Windows.

HEAD
Trevor Irons 6 years ago
parent
commit
f4ed73565c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      akvo/gui/akvoGUI.py

+ 1
- 1
akvo/gui/akvoGUI.py View File

@@ -1,6 +1,6 @@
1 1
 #/usr/bin/env python 
2 2
 import sys
3
-import readline
3
+#import readline
4 4
 try: 
5 5
     from akvo.gui.main_ui import Ui_MainWindow
6 6
     uicerr = False

Loading…
Cancel
Save