Files
pyinstaller/optparse.py
T
giovannibajo c220fdcca4 Import optik 1.5
git-svn-id: http://svn.pyinstaller.org/trunk@109 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-21 11:30:07 +00:00

10 lines
321 B
Python

"""
optparse -- forward-compatibility wrapper for use with Python 2.2.x and
earlier. If you import from 'optparse' rather than 'optik', your code
will work on base Python 2.3 (and later), or on earlier Pythons with
Optik 1.4.1 or later installed.
"""
from optik import __version__, __all__
from optik import *