Skip to content

Commit

Permalink
remove usefull method
Browse files Browse the repository at this point in the history
  • Loading branch information
suvit committed Jan 7, 2013
1 parent 0de51e2 commit 68c6ba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dikbm_adapter/settings.py
Expand Up @@ -39,7 +39,7 @@ class Settings:
'http://172.19.3.9/dkbm-ws-1.0/services/historyService?wsdl'
)

def init(self):
def __init__(self):
for dir in (settings.in_dir, settings.out_dir,
settings.status_dir, settings.error_dir,
settings.log_dir):
Expand All @@ -49,5 +49,4 @@ def init(self):
pass

settings = Settings()
settings.init()
logging.config.fileConfig('settings.ini')

0 comments on commit 68c6ba4

Please sign in to comment.