1
0
Fork 0

some pylint fixes (addresses #24)

This commit is contained in:
Jan Dittberner 2009-08-02 22:00:13 +02:00
parent ccaa207d36
commit 658ffea8ee
6 changed files with 19 additions and 16 deletions

View file

@ -22,7 +22,7 @@
# Version: $Id$
from sys import argv
from gnuviechadmin.config import config
from gnuviechadmin.config import CONFIG
from gnuviechadmin.cli import CommandLineInterface
CommandLineInterface(config, argv).run()
CommandLineInterface(CONFIG, argv).run()