srcanamdw/codescanner/pyinstaller/optparse.py
author noe\swadi
Thu, 18 Feb 2010 12:29:02 +0530
changeset 1 22878952f6e2
permissions -rw-r--r--
Committing the CodeScanner Core tool This component has been moved from the StaticAnaApps package. BUG : 5889 (http://developer.symbian.org/webbugs/show_bug.cgi?id=5889).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     1
"""
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     2
optparse -- forward-compatibility wrapper for use with Python 2.2.x and
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     3
earlier.  If you import from 'optparse' rather than 'optik', your code
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     4
will work on base Python 2.3 (and later), or on earlier Pythons with
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     5
Optik 1.4.1 or later installed.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     6
"""
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     7
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     8
from optik import __version__, __all__
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     9
from optik import *