colourful greetings
This commit is contained in:
parent
733b1b05b1
commit
5b63b0298f
3 changed files with 40 additions and 4 deletions
|
@ -13,9 +13,9 @@ import time
|
|||
class Config(object):
|
||||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.4"
|
||||
self.version = "0.7.4+"
|
||||
# DEPRECATED ; replace with git-generated commit
|
||||
self.rev = 5003
|
||||
self.rev = 5004
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.test_parser = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue