Edward Betts
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
devscripts/make_lazy_extractors.py
|
|
@ -61,7 +61,7 @@ def build_lazy_ie(ie, name): |
|
|
|
return s |
|
|
|
|
|
|
|
|
|
|
|
# find the correct sorting and add the required base classes so that sublcasses |
|
|
|
# find the correct sorting and add the required base classes so that subclasses |
|
|
|
# can be correctly created |
|
|
|
classes = _ALL_CLASSES[:-1] |
|
|
|
ordered_cls = [] |
|
|
|