rev242, Implicit SSL support for the future, Exist typo fix
This commit is contained in:
parent
ea921e4ad7
commit
b2e2453e58
12 changed files with 51 additions and 37 deletions
|
@ -4,7 +4,7 @@ import ConfigParser
|
|||
class Config(object):
|
||||
def __init__(self):
|
||||
self.version = "0.3.1"
|
||||
self.rev = 238
|
||||
self.rev = 242
|
||||
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