modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-01 21:55:25 +01:00
parent fde39f3ce9
commit 6dfebc5a2e
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ from urllib import urlopen
from tornado.ioloop import PeriodicCallback
from m import *
from m/loadConf import *
from m/login import *
import os
dirname = os.path.dirname(__file__)