summaryrefslogtreecommitdiffstats
path: root/Parser/asdl.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-27 20:34:09 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-27 20:34:09 (GMT)
commite81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f (patch)
tree13f435b9d8f0c352536fb92dadcb25aca673149e /Parser/asdl.py
parent76262356333f4bef993c61436c34ea50ccf53f28 (diff)
downloadcpython-e81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f.zip
cpython-e81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f.tar.gz
cpython-e81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f.tar.bz2
Remove __metaclass__ remains.
Diffstat (limited to 'Parser/asdl.py')
-rw-r--r--Parser/asdl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Parser/asdl.py b/Parser/asdl.py
index 71d3be7..3583d84 100644
--- a/Parser/asdl.py
+++ b/Parser/asdl.py
@@ -10,8 +10,6 @@ browser.
Changes for Python: Add support for module versions
"""
-#__metaclass__ = type
-
import os
import sys
import traceback