You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/eric/files/eric-4.5-no-interactive.patch

16 lines
532 B

--- 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