Revision: 8256
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8256&view=rev
Author:   ryanmay
Date:     2010-04-20 19:59:23 +0000 (Tue, 20 Apr 2010)

Log Message:
-----------
Remove extra import in timer.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_wx.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_wx.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_wx.py      2010-04-20 
19:58:10 UTC (rev 8255)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_wx.py      2010-04-20 
19:59:23 UTC (rev 8256)
@@ -241,7 +241,6 @@
         functions add_callback and remove_callback can be used.
     '''
     def __init__(self, parent):
-        import wx
         TimerBase.__init__(self)
 
         # Create a new timer and connect the timer event to our handler.


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

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to