some pylint fixes (addresses #24)
This commit is contained in:
parent
ccaa207d36
commit
658ffea8ee
6 changed files with 19 additions and 16 deletions
4
bin/gva
4
bin/gva
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue