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