Author: Philip Jenvey <[email protected]>
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
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit