Skip to content

Commit

Permalink
testchange2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e authored and WeatherGod committed Jun 27, 2014
1 parent ded521c commit 67da023
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/user_interfaces/mpl_with_glade_316.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#!/usr/bin/env python3

from gi.repository import Gtk, Gio
from gi.repository import Gtk

from matplotlib.figure import Figure
from matplotlib.axes import Subplot
from numpy import arange, sin, pi
from matplotlib.backends.backend_gtk3agg import FigureCanvasGTK3Agg as FigureCanvas

import sys

class Window1Signals:
def on_window1_destroy(self, widget):
Gtk.main_quit()
Expand Down

0 comments on commit 67da023

Please sign in to comment.