Manual 2to3 fixups.
[cumulus.git] / cumulus-store
index ac58c28..93a10d7 100755 (executable)
@@ -32,6 +32,8 @@
 # written to stdout, which is either "OK" (for success) or "ERR" (if an error
 # occurred).
 
+from __future__ import division, print_function, unicode_literals
+
 import os, sys, traceback
 
 # Automatically set Python path, based on script directory.  This should be