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. # By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug from fenrirscreenreader.core import debug
from fenrirscreenreader.utils import screen_utils
import time, os, re, difflib import time, os, re, difflib
class screenManager(): class screenManager():

View File

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

View File

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