Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r65494:e552c1932247
Date: 2013-07-19 17:49 -0700
http://bitbucket.org/pypy/pypy/changeset/e552c1932247/

Log:    2to3

diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py
--- a/pypy/module/posix/app_posix.py
+++ b/pypy/module/posix/app_posix.py
@@ -64,8 +64,7 @@
             self.__dict__['st_ctime'] = self[9]
 
 
-class statvfs_result:
-    __metaclass__ = structseqtype
+class statvfs_result(metaclass=structseqtype):
 
     name = osname + ".statvfs_result"
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to