X-Git-Url: https://git.mdrn.pl/pylucene.git/blobdiff_plain/a2e61f0c04805cfcb8706176758d1283c7e3a55c..aaeed5504b982cf3545252ab528713250aa33eed:/jcc/jcc/__init__.py diff --git a/jcc/jcc/__init__.py b/jcc/jcc/__init__.py index 4822fcb..481e165 100644 --- a/jcc/jcc/__init__.py +++ b/jcc/jcc/__init__.py @@ -28,6 +28,9 @@ if sys.platform == 'win32': path.insert(0, eggpath) os.environ['Path'] = os.pathsep.join(path) +from jcc import _jcc + +# used when jcc is invoked with -m from python 2.5 if __name__ == '__main__': import jcc.__main__ else: