From: <bao...@us...> - 2006-03-07 10:03:17
|
Revision: 8 Author: baoilleach Date: 2006-03-07 02:03:11 -0800 (Tue, 07 Mar 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=8&view=rev Log Message: ----------- "from cclib.parser import G03" works again now, thanks to the magic of __init__.py. Note that for every new parser, and line must be added to __init__.py. Modified Paths: -------------- trunk/src/cclib/__init__.py trunk/src/cclib/parser/__init__.py Modified: trunk/src/cclib/__init__.py =================================================================== --- trunk/src/cclib/__init__.py 2006-03-07 09:56:19 UTC (rev 7) +++ trunk/src/cclib/__init__.py 2006-03-07 10:03:11 UTC (rev 8) @@ -0,0 +1 @@ +import parser Modified: trunk/src/cclib/parser/__init__.py =================================================================== --- trunk/src/cclib/parser/__init__.py 2006-03-07 09:56:19 UTC (rev 7) +++ trunk/src/cclib/parser/__init__.py 2006-03-07 10:03:11 UTC (rev 8) @@ -0,0 +1 @@ +from G03 import G03 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |