mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-23 06:00:18 +00:00
Removed stray import. Fixes #125.
This commit is contained in:
parent
6d6568852a
commit
ed4070a3d1
@ -34,7 +34,6 @@ if get_platform() == "android":
|
|||||||
from .Interfaces.Android import KISSInterface
|
from .Interfaces.Android import KISSInterface
|
||||||
else:
|
else:
|
||||||
from .Interfaces import *
|
from .Interfaces import *
|
||||||
from .Interfaces.Android import *
|
|
||||||
|
|
||||||
from .vendor.configobj import ConfigObj
|
from .vendor.configobj import ConfigObj
|
||||||
import configparser
|
import configparser
|
||||||
|
Loading…
Reference in New Issue
Block a user