v 0.7.3 (4556)
This commit is contained in:
parent
7acd8df906
commit
7d1ec41d09
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.2"
|
self.version = "0.7.3"
|
||||||
self.rev = 4555
|
self.rev = 4556
|
||||||
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