From: <bao...@us...> - 2006-04-02 21:32:07
|
Revision: 45 Author: baoilleach Date: 2006-04-02 14:31:57 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=45&view=rev Log Message: ----------- Added ADF parser Modified Paths: -------------- trunk/src/cclib/parser/__init__.py Modified: trunk/src/cclib/parser/__init__.py =================================================================== --- trunk/src/cclib/parser/__init__.py 2006-04-02 21:31:12 UTC (rev 44) +++ trunk/src/cclib/parser/__init__.py 2006-04-02 21:31:57 UTC (rev 45) @@ -1,2 +1,3 @@ from g03parser import G03 from gamessparser import GAMESS +from adfparser import ADF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |