Fix module import

This commit is contained in:
Gobinath 2017-02-09 20:51:39 -05:00
parent db9861cdcd
commit b7f0046801
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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