fix import
This commit is contained in:
parent
8af673b00d
commit
404c0833b4
@ -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():
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user