Revision: 33
Author: baoilleach
Date: 2006-03-19 12:11:38 -0800 (Sun, 19 Mar 2006)
ViewCVS: http://svn.sourceforge.net/cclib/?rev=33&view=rev
Log Message:
-----------
This test is included in the new ones instead
Removed Paths:
-------------
trunk/test/easyparse.py
Deleted: trunk/test/easyparse.py
===================================================================
--- trunk/test/easyparse.py 2006-03-19 20:10:58 UTC (rev 32)
+++ trunk/test/easyparse.py 2006-03-19 20:11:38 UTC (rev 33)
@@ -1,10 +0,0 @@
-import os
-from cclib.parser import G03
-
-t = G03(os.path.join("..","data","Gaussian","dvb_gopt.out"))
-t.parse()
-
-for x in ['scftargets','geotargets','scfvalues','geovalues']:
- print x
- t.__getattribute__(x)+1
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|