X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=cumulus-sync;h=9f31a29b8131a6b8e2641aab6d20c3f20dfd07c9;hp=49530914d1c62b95413db5ba652fbdbc94c9d2e5;hb=HEAD;hpb=a5f66616b1ec0c38328ad5131bf1c889ccc43659 diff --git a/cumulus-sync b/cumulus-sync index 4953091..9f31a29 100755 --- a/cumulus-sync +++ b/cumulus-sync @@ -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