comparison: patch_modpython.py
patch_modpython.py
- branch
- Py2 comp.
- changeset 2525
- 8b507a9a2d40
- parent 2302
- f29e9405c851
- child 3057
- 10516539f238
equal
deleted
inserted
replaced
5 # This is a script to patch mod_python for eric5. |
5 # This is a script to patch mod_python for eric5. |
6 |
6 |
7 """ |
7 """ |
8 Script to patch mod_python for usage with the eric5 IDE. |
8 Script to patch mod_python for usage with the eric5 IDE. |
9 """ |
9 """ |
|
10 |
|
11 from __future__ import unicode_literals # __IGNORE_WARNING__ |
10 |
12 |
11 import sys |
13 import sys |
12 import os |
14 import os |
13 import shutil |
15 import shutil |
14 import py_compile |
16 import py_compile |