Skip to content

Commit 745dbd3

Browse files
committed
Remove unused import.
svn path=/trunk/matplotlib/; revision=8239
1 parent 7e2b82e commit 745dbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/strip_chart_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
different GUI that supports animation (GTKAgg, TkAgg, WXAgg) and use
1010
your toolkits idle/timer functions.
1111
"""
12-
import gobject, gtk
12+
import gobject
1313
import matplotlib
1414
matplotlib.use('GTKAgg')
1515
import numpy as np

0 commit comments

Comments
 (0)