Change conf directory name

This commit is contained in:
AnthorNet 2015-05-04 11:41:15 +02:00
parent c1350bf32e
commit a80994ae4a
7 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import urlparse
import zlib
import zmq.green as zmq
from datetime import datetime
from eddn.conf.Settings import Settings, loadConfig
from eddn._Conf.Settings import Settings, loadConfig
from eddn.Validator import Validator, ValidationSeverity
from gevent import monkey

View File

@ -13,7 +13,7 @@ import gevent
import simplejson
import zmq.green as zmq
from bottle import get, response, run as bottle_run
from eddn.conf.Settings import Settings, loadConfig
from eddn._Conf.Settings import Settings, loadConfig
from gevent import monkey
monkey.patch_all()