[Pym-commit] SF.net SVN: pym: [4] pym/trunk/pym/mlab.py
Status: Pre-Alpha
Brought to you by:
treiber
From: <tr...@us...> - 2006-03-19 02:48:21
|
Revision: 4 Author: treiber Date: 2006-03-18 18:48:18 -0800 (Sat, 18 Mar 2006) ViewCVS: http://svn.sourceforge.net/pym/?rev=4&view=rev Log Message: ----------- Added new division operator in case some division cases weren't cause Modified Paths: -------------- pym/trunk/pym/mlab.py Modified: pym/trunk/pym/mlab.py =================================================================== --- pym/trunk/pym/mlab.py 2006-03-19 01:47:11 UTC (rev 3) +++ pym/trunk/pym/mlab.py 2006-03-19 02:48:18 UTC (rev 4) @@ -2,6 +2,7 @@ Matlab compatibility functions """ +from __future__ import division import numpy from numpy.lib.mlab import * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |