mirror of
https://github.com/django/django.git
synced 2025-09-17 16:05:54 +00:00
Removed obsolete __members__ definitions
This was useful for pre-Python 2.6 support. See commit c6e8e5d9
.
This commit is contained in:
parent
e89bc39935
commit
ab2f65bb7f
2 changed files with 0 additions and 4 deletions
|
@ -238,7 +238,6 @@ class LazyObject(object):
|
|||
raise NotImplementedError
|
||||
|
||||
# introspection support:
|
||||
__members__ = property(lambda self: self.__dir__())
|
||||
__dir__ = new_method_proxy(dir)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue