moved SpectrumConfig class to Spectrum2 folder (fixes #73)
This commit is contained in:
parent
52ec521ade
commit
085b5a7675
|
@ -38,7 +38,7 @@ import threadutils
|
||||||
sys.path.insert(0, os.getcwd())
|
sys.path.insert(0, os.getcwd())
|
||||||
|
|
||||||
from Spectrum2.iochannel import IOChannel
|
from Spectrum2.iochannel import IOChannel
|
||||||
from config import SpectrumConfig
|
from Spectrum2.config import SpectrumConfig
|
||||||
from whatsappbackend import WhatsAppBackend
|
from whatsappbackend import WhatsAppBackend
|
||||||
from yowsup.common import YowConstants
|
from yowsup.common import YowConstants
|
||||||
from yowsup.stacks import YowStack
|
from yowsup.stacks import YowStack
|
||||||
|
|
Loading…
Reference in a new issue