Manual 2to3 fixups.
[cumulus.git] / cumulus-sync
index 4953091..9f31a29 100755 (executable)
@@ -20,6 +20,8 @@
 
 # Tool for copying cumulus archives from one source to another.
 
+from __future__ import division, print_function, unicode_literals
+
 import os, sys
 
 # Automatically set Python path, based on script directory.  This should be