Manual 2to3 fixups.
[cumulus.git] / python / cumulus / store / sftp.py
index bbc4aff..6c8852c 100644 (file)
@@ -18,6 +18,7 @@
 
 #needed for python 2.5
 
+from __future__ import division, print_function, unicode_literals
 
 from paramiko import Transport, SFTPClient, RSAKey, DSSKey
 from paramiko.config import SSHConfig