rev280, Fix Ubutuntu 15 gevent SSL incompatibility
This commit is contained in:
parent
417c6eb96f
commit
a5741704e4
2 changed files with 64 additions and 49 deletions
|
@ -4,7 +4,7 @@ import ConfigParser
|
|||
class Config(object):
|
||||
def __init__(self):
|
||||
self.version = "0.3.1"
|
||||
self.rev = 278
|
||||
self.rev = 280
|
||||
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