Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Jul 13, 2018
1 parent dc0d256 commit 4fa3da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mongoengine/base/datastructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def __init__(self, list_items, instance, name):
self._instance = weakref.proxy(instance)
self._name = name
print("BaseList.__init__ _instance(%s)" % self._instance)
print("----------------------------\n"
super(BaseList, self).__init__(list_items)

def __getitem__(self, key, *args, **kwargs):
Expand Down

0 comments on commit 4fa3da6

Please sign in to comment.