fix import
authorThomasV <thomasv@gitorious>
Sat, 28 Sep 2013 11:51:25 +0000 (13:51 +0200)
committerThomasV <thomasv@gitorious>
Sat, 28 Sep 2013 11:51:25 +0000 (13:51 +0200)
gui/gtk.py

index 9b0806b..435b9c7 100644 (file)
@@ -16,6 +16,9 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
+# use this because this file is named gtk.py
+from __future__ import absolute_import
+
 import datetime
 import thread, time, ast, sys, re
 import socket, traceback