##// END OF EJS Templates
transaction: set backupentries version to proper value...
Pierre-Yves David -
r23313:99109857 default
parent child Browse files
Show More
@@ -15,7 +15,7 b' from i18n import _'
15 import errno
15 import errno
16 import error, util
16 import error, util
17
17
18 version = 0
18 version = 2
19
19
20 def active(func):
20 def active(func):
21 def _active(self, *args, **kwds):
21 def _active(self, *args, **kwds):
General Comments 0
You need to be logged in to leave comments. Login now