blob: 37e57748e487e7e2143d15f577d99fd047d05f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- eric4-4.5.10/install.py
+++ eric4-4.5.10/install.py
@@ -1053,12 +1053,6 @@
(v[0], v[1], v[2])
print " with foreign characters. Please see 'README-PyXML.txt' for"
print " details."
- try:
- res = raw_input(" Shall pyXML be patched now (y/n)? ")
- if res in ["Y", "y"]:
- patchPyXML()
- except EOFError:
- pass
except ImportError:
pass
|