Rev427, Ignore repr from coverage, Add RateLimit call penalty to, Event test, Noparallel test, RateLimit test, Remove falling Pypy test
This commit is contained in:
parent
8f7df0f7fb
commit
47dbdc0850
9 changed files with 342 additions and 133 deletions
|
@ -8,7 +8,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.3.2"
|
||||
self.rev = 426
|
||||
self.rev = 427
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.createParser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue