Rev4017, Fix Bigfile test, Python 3.4 compatibility
This commit is contained in:
parent
60405bf222
commit
a82ee338ef
3 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.0"
|
||||
self.rev = 4016
|
||||
self.rev = 4017
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.pending_changes = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue