vdirsyncer/vdirsyncer/utils
Markus Unterwaditzer c8a7ad36de Compatibility with PyPy
On PyPy, dict.__reversed__ exists and raises a TypeError, on CPython, it
doesn't.

However, reversed({}) behaves the same on both sides.
2015-02-23 00:22:01 +01:00
..
__init__.py Don't do fsync on unix 2015-02-22 14:56:30 +01:00
compat.py Remove copyright headers 2015-01-21 13:02:30 +01:00
vobject.py Compatibility with PyPy 2015-02-23 00:22:01 +01:00