From b7f00468019b80a11a2444568a94e96c52a109f7 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Thu, 9 Feb 2017 20:51:39 -0500 Subject: [PATCH] Fix module import --- safeeyes/safeeyes/Utility.py | 2 +- safeeyes/safeeyes/safeeyes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/safeeyes/safeeyes/Utility.py b/safeeyes/safeeyes/Utility.py index 32aaa1d..00ff597 100644 --- a/safeeyes/safeeyes/Utility.py +++ b/safeeyes/safeeyes/Utility.py @@ -19,7 +19,7 @@ import gi gi.require_version('Gdk', '3.0') from gi.repository import Gdk, GLib -import babel.dates, os, subprocess, threading, logging, locale +import babel.dates, os, errno, subprocess, threading, logging, locale """ Play the alert.mp3 diff --git a/safeeyes/safeeyes/safeeyes b/safeeyes/safeeyes/safeeyes index ae168a0..0d8af3b 100755 --- a/safeeyes/safeeyes/safeeyes +++ b/safeeyes/safeeyes/safeeyes @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import os, gi, json, shutil, errno, dbus, logging, operator, Utility +import os, gi, json, shutil, dbus, logging, operator, Utility from threading import Timer from dbus.mainloop.glib import DBusGMainLoop from BreakScreen import BreakScreen