Revision: 8239
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8239&view=rev
Author:   ryanmay
Date:     2010-04-16 19:02:22 +0000 (Fri, 16 Apr 2010)

Log Message:
-----------
Remove unused import.

Modified Paths:
--------------
    trunk/matplotlib/examples/animation/strip_chart_demo.py

Modified: trunk/matplotlib/examples/animation/strip_chart_demo.py
===================================================================
--- trunk/matplotlib/examples/animation/strip_chart_demo.py     2010-04-16 
19:01:30 UTC (rev 8238)
+++ trunk/matplotlib/examples/animation/strip_chart_demo.py     2010-04-16 
19:02:22 UTC (rev 8239)
@@ -9,7 +9,7 @@
 different GUI that supports animation (GTKAgg, TkAgg, WXAgg) and use
 your toolkits idle/timer functions.
 """
-import gobject, gtk
+import gobject
 import matplotlib
 matplotlib.use('GTKAgg')
 import numpy as np


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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to