Skip to content

Commit

Permalink
pygobject: require ver 3.30 for template support
Browse files Browse the repository at this point in the history
  • Loading branch information
rautesamtr committed Oct 10, 2018
1 parent 88613be commit b80bd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulseeq/equalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#

import gi
gi.check_version('3.30')
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk, Gio, GLib

Expand Down

0 comments on commit b80bd7a

Please sign in to comment.