fix import

This commit is contained in:
chrys 2018-03-23 21:57:39 +01:00
parent 8af673b00d
commit 404c0833b4
3 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,7 @@
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
from fenrirscreenreader.utils import screen_utils
import time, os, re, difflib
class screenManager():

View File

@ -18,7 +18,6 @@ import select
import dbus
import fcntl
from array import array
from fenrirscreenreader.utils import screen_utils
from fcntl import ioctl
from struct import unpack_from, unpack, pack
from fenrirscreenreader.core import debug

View File

@ -18,7 +18,6 @@ import select
import dbus
import fcntl
from array import array
from fenrirscreenreader.utils import screen_utils
from fcntl import ioctl
from struct import unpack_from, unpack, pack
from fenrirscreenreader.core import debug