summaryrefslogtreecommitdiffstats
path: root/Lib/xml
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xml')
-rw-r--r--Lib/xml/dom/minidom.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py
index 8a84d0f..510817e 100644
--- a/Lib/xml/dom/minidom.py
+++ b/Lib/xml/dom/minidom.py
@@ -34,8 +34,6 @@ import xml.dom
if list is type([]):
class NodeList(list):
- __dynamic__ = 0
-
def item(self, index):
if 0 <= index < len(self):
return self[index]