Drop the Python six module dependency since 2.x is no longer supported.
[cumulus.git] / cumulus-util
index 669efc7..3dc4139 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Cumulus: Efficient Filesystem Backup to the Cloud
 # Copyright (C) 2012 The Cumulus Developers
@@ -20,6 +20,8 @@
 
 # Utility for managing Cumulus archives.
 
+from __future__ import division, print_function, unicode_literals
+
 import os, sys
 
 # Automatically set Python path, based on script directory.  This should be