diff --git a/tools/coldstore.py b/tools/coldstore.py index 499bfbd..fe1d388 100755 --- a/tools/coldstore.py +++ b/tools/coldstore.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 import sys -from os import linesep, path +from os import path +linesep = "\n" if len(sys.argv) != 3 or not sys.argv[1] or not sys.argv[2]: print("Usage: coldstore.py ")