Version 0.2.2, Localstorage support using WrapperApi, User manage bugfix
This commit is contained in:
parent
655607466c
commit
9f9433a61e
5 changed files with 49 additions and 7 deletions
|
@ -3,7 +3,7 @@ import ConfigParser
|
|||
|
||||
class Config(object):
|
||||
def __init__(self):
|
||||
self.version = "0.2.1"
|
||||
self.version = "0.2.2"
|
||||
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