X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=python%2Fcumulus%2Fmetadata.py;fp=python%2Fcumulus%2Fmetadata.py;h=af668c1a6229151520f39587b31ab356ab94bc91;hp=ac92ec4a38dc2802aea11dd573aa0f1a60882deb;hb=567bd6a883eaa54d10ca61d0b6083da09bf48085;hpb=a5f66616b1ec0c38328ad5131bf1c889ccc43659 diff --git a/python/cumulus/metadata.py b/python/cumulus/metadata.py index ac92ec4..af668c1 100644 --- a/python/cumulus/metadata.py +++ b/python/cumulus/metadata.py @@ -23,6 +23,8 @@ underlying metadata log have been generated by a depth-first-search traversal of the filesystem, in sorted order. """ +from __future__ import division, print_function, unicode_literals + import cumulus class Metadata: