Show More
@@ -139,6 +139,8 b' except KeyError:' | |||||
139 | class dummyui(object): |
|
139 | class dummyui(object): | |
140 | def debug(self, msg): |
|
140 | def debug(self, msg): | |
141 | pass |
|
141 | pass | |
|
142 | def log(self, event, msgfmt, *msgargs, **opts): | |||
|
143 | pass | |||
142 | stripext = extensions.load(dummyui(), 'strip', '') |
|
144 | stripext = extensions.load(dummyui(), 'strip', '') | |
143 |
|
145 | |||
144 | strip = stripext.strip |
|
146 | strip = stripext.strip |
General Comments 0
You need to be logged in to leave comments.
Login now