scripts/patch_modpython.py

changeset 7781
607a6098cb44
parent 7360
9190402e4505
child 7785
9978016560ec
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
5 # This is a script to patch mod_python for eric6. 5 # This is a script to patch mod_python for eric6.
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
11 10
12 import sys 11 import sys
13 import os 12 import os
14 import shutil 13 import shutil
15 import py_compile 14 import py_compile

eric ide

mercurial