Fix module import
This commit is contained in:
parent
db9861cdcd
commit
b7f0046801
|
@ -19,7 +19,7 @@
|
||||||
import gi
|
import gi
|
||||||
gi.require_version('Gdk', '3.0')
|
gi.require_version('Gdk', '3.0')
|
||||||
from gi.repository import Gdk, GLib
|
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
|
Play the alert.mp3
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# 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 threading import Timer
|
||||||
from dbus.mainloop.glib import DBusGMainLoop
|
from dbus.mainloop.glib import DBusGMainLoop
|
||||||
from BreakScreen import BreakScreen
|
from BreakScreen import BreakScreen
|
||||||
|
|
Loading…
Reference in New Issue