[Pybrainsim-activity] SF.net SVN: pybrainsim:[93] trunk/src/Experiment.py
Status: Planning
Brought to you by:
rgoj
From: <rg...@us...> - 2009-08-07 10:09:20
|
Revision: 93 http://pybrainsim.svn.sourceforge.net/pybrainsim/?rev=93&view=rev Author: rgoj Date: 2009-08-07 10:09:11 +0000 (Fri, 07 Aug 2009) Log Message: ----------- * Importing division from python 3.0 Modified Paths: -------------- trunk/src/Experiment.py Modified: trunk/src/Experiment.py =================================================================== --- trunk/src/Experiment.py 2009-08-07 09:50:49 UTC (rev 92) +++ trunk/src/Experiment.py 2009-08-07 10:09:11 UTC (rev 93) @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License along with # PyBrainSim. If not, see <http://www.gnu.org/licenses/>. - + +from __future__ import division __metaclass__ = type # New style classes. Is this necessary? """ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |