From 085b5a7675ed60dd2a51064e6cd2c1a9b89ddf00 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 3 Mar 2017 11:12:25 -0400 Subject: [PATCH] moved SpectrumConfig class to Spectrum2 folder (fixes #73) --- config.py => Spectrum2/config.py | 0 transWhat/transwhat.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config.py => Spectrum2/config.py (100%) diff --git a/config.py b/Spectrum2/config.py similarity index 100% rename from config.py rename to Spectrum2/config.py diff --git a/transWhat/transwhat.py b/transWhat/transwhat.py index 919f1f3..23cc68c 100755 --- a/transWhat/transwhat.py +++ b/transWhat/transwhat.py @@ -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