Bump to rev281
This commit is contained in:
parent
b5ecb62bc6
commit
4c9a677369
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Config(object):
|
|||
|
||||
def __init__(self):
|
||||
self.version = "0.3.1"
|
||||
self.rev = 280
|
||||
self.rev = 281
|
||||
self.parser = self.createArguments()
|
||||
argv = sys.argv[:] # Copy command line arguments
|
||||
argv = self.parseConfig(argv) # Add arguments from config file
|
||||
|
|
Loading…
Reference in a new issue