Commit 79ad83b5 authored by peastman's avatar peastman
Browse files

Merge pull request #444 from mpharrigan/py34

Python 3 compatibility
parents 9202aec4 ac1c1786
......@@ -1063,7 +1063,6 @@ class TrackedList(list):
__delitem__ = _tracking(list.__delitem__)
append = _tracking(list.append)
extend = _tracking(list.extend)
__delslice__ = _tracking(list.__delslice__)
__setitem__ = _tracking(list.__setitem__)
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment