From: <zk...@us...> - 2009-09-01 21:15:50
|
Revision: 657 http://pyphant.svn.sourceforge.net/pyphant/?rev=657&view=rev Author: zklaus Date: 2009-09-01 21:15:42 +0000 (Tue, 01 Sep 2009) Log Message: ----------- Merge branch 'master' into svn-trunk Modified Paths: -------------- trunk/src/workers/fmfile/fmfile/FMFLoader.py Modified: trunk/src/workers/fmfile/fmfile/FMFLoader.py =================================================================== --- trunk/src/workers/fmfile/fmfile/FMFLoader.py 2009-08-03 13:36:16 UTC (rev 656) +++ trunk/src/workers/fmfile/fmfile/FMFLoader.py 2009-09-01 21:15:42 UTC (rev 657) @@ -350,9 +350,9 @@ float, complex, parseBool, + parseVariable, parseQuantity, - parseVariable, - parseDateTime + parseDateTime, ] def item2value(section, key): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |