scripts/patch_modpython.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
6 6
7 """ 7 """
8 Script to patch mod_python for usage with the eric6 IDE. 8 Script to patch mod_python for usage with the eric6 IDE.
9 """ 9 """
10 10
11 from __future__ import unicode_literals
12 11
13 import sys 12 import sys
14 import os 13 import os
15 import shutil 14 import shutil
16 import py_compile 15 import py_compile

eric ide

mercurial