Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r47979:a61b0fdafd6a
Date: 2011-10-12 02:15 +0200
http://bitbucket.org/pypy/pypy/changeset/a61b0fdafd6a/
Log: More tests pass
diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py
--- a/pypy/module/sys/app.py
+++ b/pypy/module/sys/app.py
@@ -85,8 +85,7 @@
# This is tested in test_app_main.py
-class sysflags:
- __metaclass__ = structseqtype
+class sysflags(metaclass=structseqtype):
name = "sys.flags"
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit