srcanamdw/codescanner/pyinstaller/optparse.py
changeset 1 22878952f6e2
equal deleted inserted replaced
0:509e4801c378 1:22878952f6e2
       
     1 """
       
     2 optparse -- forward-compatibility wrapper for use with Python 2.2.x and
       
     3 earlier.  If you import from 'optparse' rather than 'optik', your code
       
     4 will work on base Python 2.3 (and later), or on earlier Pythons with
       
     5 Optik 1.4.1 or later installed.
       
     6 """
       
     7 
       
     8 from optik import __version__, __all__
       
     9 from optik import *