[pypy-commit] pypy py3k: More tests pass

amauryfa noreply at buildbot.pypy.org
Wed Oct 12 22:23:16 CEST 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
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"
 


More information about the pypy-commit mailing list