8000 testchange2 · matplotlib/matplotlib@67da023 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67da023

Browse files
tobias47n9eWeatherGod
authored andcommitted
testchange2
1 parent ded521c commit 67da023

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/user_interfaces/mpl_with_glade_316.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
#!/usr/bin/env python3
22

3-
from gi.repository import Gtk, Gio
3+
from gi.repository import Gtk
44

55
from matplotlib.figure import Figure
66
from matplotlib.axes import Subplot
77
from numpy import arange, sin, pi
88
from matplotlib.backends.backend_gtk3agg import FigureCanvasGTK3Agg as FigureCanvas
99

10-
import sys
11-
1210
class Window1Signals:
1311
def on_window1_destroy(self, widget):
1412
Gtk.main_quit()

0 commit comments

Comments
 (0)
0