rev4591
This commit is contained in:
parent
c3815c56ea
commit
5579c6b3cc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.8.0"
|
self.version = "0.8.0"
|
||||||
self.rev = 4590
|
self.rev = 4591
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.test_parser = None
|
self.test_parser = None
|
||||||
|
|
Loading…
Reference in a new issue