root/trunk/optparse.py

Revision 320 (by giovannibajo, 11/06/07 02:26:59)

Make optparse/optik use native line endings.

"""
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 *
Note: See TracBrowser for help on using the browser.