diff options
author | Nicholas Bishop <nicholasbishop@gmail.com> | 2015-10-19 20:19:07 -0400 |
---|---|---|
committer | Nicholas Bishop <nicholasbishop@gmail.com> | 2015-10-19 20:19:07 -0400 |
commit | 69f4989159d89060d9eeb16f2d77a3d05613c207 (patch) | |
tree | 2ab55b22f9b023b35931fa63f52345226994df6a /xsft.py | |
parent | Add a small save/load feature (diff) | |
download | xbright-69f4989159d89060d9eeb16f2d77a3d05613c207.tar.gz xbright-69f4989159d89060d9eeb16f2d77a3d05613c207.tar.bz2 xbright-69f4989159d89060d9eeb16f2d77a3d05613c207.zip |
Fix import warning
Diffstat (limited to 'xsft.py')
-rwxr-xr-x | xsft.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ import math import os import subprocess +import gi +gi.require_version('Gtk', '3.0') from gi.repository import Gtk |