Document being ported.

This commit is contained in:
Itamar Turner-Trauring 2020-07-23 11:47:06 -04:00
parent 31ed6b0a4f
commit b0083e342b
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,7 @@
"""
Tests for allmydata.util.abbreviate.
Ported to Python 3.
"""
from __future__ import absolute_import
from __future__ import division

View File

@ -1,3 +1,8 @@
"""
Convert timestamps to abbreviated English text.
Ported to Python 3.
"""
from __future__ import division
from __future__ import absolute_import
from __future__ import print_function