rev247, Fix content validation error caused by ContentManager refactor, Refactor unittests make use of testdata and format with PEP8
This commit is contained in:
parent
1f53212d62
commit
f63b711972
13 changed files with 508 additions and 488 deletions
|
@ -4,7 +4,7 @@ import ConfigParser
|
|||
class Config(object):
|
||||
def __init__(self):
|
||||
self.version = "0.3.1"
|
||||
self.rev = 246
|
||||
self.rev = 247
|
||||
self.parser = self.createArguments()
|
||||
argv = sys.argv[:] # Copy command line arguments
|
||||
argv = self.parseConfig(argv) # Add arguments from config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue