Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
ac1c1786
Commit
ac1c1786
authored
May 11, 2014
by
Matthew Harrigan
Browse files
Python 3 compatibility
parent
9202aec4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wrappers/python/simtk/openmm/app/internal/charmm/topologyobjects.py
...ython/simtk/openmm/app/internal/charmm/topologyobjects.py
+0
-1
No files found.
wrappers/python/simtk/openmm/app/internal/charmm/topologyobjects.py
View file @
ac1c1786
...
@@ -1063,7 +1063,6 @@ class TrackedList(list):
...
@@ -1063,7 +1063,6 @@ class TrackedList(list):
__delitem__
=
_tracking
(
list
.
__delitem__
)
__delitem__
=
_tracking
(
list
.
__delitem__
)
append
=
_tracking
(
list
.
append
)
append
=
_tracking
(
list
.
append
)
extend
=
_tracking
(
list
.
extend
)
extend
=
_tracking
(
list
.
extend
)
__delslice__
=
_tracking
(
list
.
__delslice__
)
__setitem__
=
_tracking
(
list
.
__setitem__
)
__setitem__
=
_tracking
(
list
.
__setitem__
)
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment