From: <bao...@us...> - 2009-11-16 09:20:22
|
Revision: 879 http://cclib.svn.sourceforge.net/cclib/?rev=879&view=rev Author: baoilleach Date: 2009-11-16 09:20:15 +0000 (Mon, 16 Nov 2009) Log Message: ----------- (1) Move data.py to parser/data.py to avoid absolute import. This causes problems with GaussSum, and was probably a bad idea in the first place. (2) Minor changes to logging to increase Avogadro compatability. Also removal of urllib dependency for the same reason. The current code can already handle file-like objects such as those returned by url.urlopen() (3) No need for scary warning message if bunzip2 module not present so long as ImportError is raised if filename ends with .bz2 Modified Paths: -------------- trunk/src/cclib/parser/logfileparser.py Added Paths: ----------- trunk/src/cclib/parser/data.py Removed Paths: ------------- trunk/src/cclib/data.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |