Show More
@@ -166,10 +166,6 b' def disabled():' | |||||
166 |
|
166 | |||
167 | def enabled(): |
|
167 | def enabled(): | |
168 | '''return a dict of {name: desc} of extensions, and the max name length''' |
|
168 | '''return a dict of {name: desc} of extensions, and the max name length''' | |
169 |
|
||||
170 | if not enabled: |
|
|||
171 | return {}, 0 |
|
|||
172 |
|
||||
173 | exts = {} |
|
169 | exts = {} | |
174 | maxlength = 0 |
|
170 | maxlength = 0 | |
175 | exthelps = [] |
|
171 | exthelps = [] |
General Comments 0
You need to be logged in to leave comments.
Login now