summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-27 20:34:09 +0000
committerGeorg Brandl <georg@python.org>2008-05-27 20:34:09 +0000
commite81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f (patch)
tree13f435b9d8f0c352536fb92dadcb25aca673149e /Parser/asdl.py
parentBlocked revisions 63738 via svnmerge (diff)
downloadcpython-e81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f.tar.gz
cpython-e81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f.tar.bz2
cpython-e81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f.zip
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 71d3be7f8a5..3583d846fa8 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