X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=cumulus-store;h=93a10d7bd224d6b5da654028678f6c1f8a3ef454;hp=ac58c28698c483f6c6f5ff365867b896e1b02d3d;hb=HEAD;hpb=64bff41cb3ccdd60e767a5bb9ed8525d2dda1966 diff --git a/cumulus-store b/cumulus-store index ac58c28..93a10d7 100755 --- a/cumulus-store +++ b/cumulus-store @@ -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