Fix module import
This commit is contained in:
parent
db9861cdcd
commit
b7f0046801
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue