moved SpectrumConfig class to Spectrum2 folder (fixes #73)

This commit is contained in:
Steffen Vogel 2017-03-03 11:12:25 -04:00
parent 52ec521ade
commit 085b5a7675
2 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import threadutils
sys.path.insert(0, os.getcwd())
from Spectrum2.iochannel import IOChannel
from config import SpectrumConfig
from Spectrum2.config import SpectrumConfig
from whatsappbackend import WhatsAppBackend
from yowsup.common import YowConstants
from yowsup.stacks import YowStack