rev245, Fix for gevent1.0.2 ssl, Disable asnyc js load (its slower on my browser)
This commit is contained in:
parent
823508f261
commit
d908a3a456
4 changed files with 12 additions and 7 deletions
|
@ -4,7 +4,7 @@ import ConfigParser
|
|||
class Config(object):
|
||||
def __init__(self):
|
||||
self.version = "0.3.1"
|
||||
self.rev = 242
|
||||
self.rev = 245
|
||||
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