[Compactpath-commit] SF.net SVN: compactpath: [21] trunk/src/compactpath/scripts/gen_docs.py
Status: Beta
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-06-19 07:44:12
|
Revision: 21
http://compactpath.svn.sourceforge.net/compactpath/?rev=21&view=rev
Author: jurner
Date: 2008-06-19 00:43:59 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
this and that
Modified Paths:
--------------
trunk/src/compactpath/scripts/gen_docs.py
Modified: trunk/src/compactpath/scripts/gen_docs.py
===================================================================
--- trunk/src/compactpath/scripts/gen_docs.py 2008-06-19 07:40:55 UTC (rev 20)
+++ trunk/src/compactpath/scripts/gen_docs.py 2008-06-19 07:43:59 UTC (rev 21)
@@ -47,7 +47,7 @@
PACKAGE_DIR,
]
cli.cli()
- print 'done'
+ print 'ok'
# create a redirect to 'epydoc/index.html'
print 'creating redirect'
@@ -62,12 +62,13 @@
finally:
fp.close()
+ print 'ok'
print 'done'
#**************************************************************************************
#
#**************************************************************************************
-if __name__ == '__main__2':
+if __name__ == '__main__':
wantsHelp = len(sys.argv) > 1 and sys.argv[1] or None
if wantsHelp not in ('-?', '--help'):
sys.exit(main())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|