Manual 2to3 fixups.
[cumulus.git] / python / cumulus / metadata.py
index ac92ec4..af668c1 100644 (file)
@@ -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: