mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Had to import log after we import conf.
This commit is contained in:
parent
088d350c9e
commit
dbc7df71de
@ -56,7 +56,6 @@ started = time.time()
|
|||||||
|
|
||||||
import supybot
|
import supybot
|
||||||
|
|
||||||
import log
|
|
||||||
import conf
|
import conf
|
||||||
|
|
||||||
defaultNick = "%%nick%%"
|
defaultNick = "%%nick%%"
|
||||||
@ -80,6 +79,9 @@ if not os.path.exists(conf.dataDir):
|
|||||||
if not os.path.exists(conf.confDir):
|
if not os.path.exists(conf.confDir):
|
||||||
os.mkdir(conf.confDir)
|
os.mkdir(conf.confDir)
|
||||||
|
|
||||||
|
# Must be after import conf.
|
||||||
|
import log
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
import world
|
import world
|
||||||
import drivers
|
import drivers
|
||||||
|
Loading…
Reference in New Issue
Block a user