Revision: 7975
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7975&view=rev
Author:   jdh2358
Date:     2009-11-20 19:08:18 +0000 (Fri, 20 Nov 2009)

Log Message:
-----------
hide numpys datetime in pylab

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/pylab.py

Modified: trunk/matplotlib/lib/matplotlib/pylab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/pylab.py    2009-11-18 16:33:54 UTC (rev 
7974)
+++ trunk/matplotlib/lib/matplotlib/pylab.py    2009-11-20 19:08:18 UTC (rev 
7975)
@@ -273,3 +273,6 @@
     files, we recommend numpy.savetxt.  For saving numpy arrays,
     we recommend numpy.save, and its analog numpy.load, which are
     available in pylab as np.save and np.load."""
+
+# don't let numpy's datetime hide stdlib
+import datetime


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to