srcanamdw/codescanner/pyinstaller/optparse.py
changeset 1 22878952f6e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/srcanamdw/codescanner/pyinstaller/optparse.py	Thu Feb 18 12:29:02 2010 +0530
@@ -0,0 +1,9 @@
+"""
+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 *