fixed import

This commit is contained in:
2015-12-04 17:17:32 +01:00
parent a68470dcac
commit 91859f7e56

View File

@@ -4,7 +4,7 @@ import authentication
import utility
import os, sys,platform, math, hashlib,time
from utility import read_in_chunks
from time import time
import time
import shutil
def launch(localpath,temp_dir,swift_container,prefix,size_limit_to_segment,size_limit_reading_os,upload,uploadlarge,fail_tries ,md5_compare, encrypted,encrypt_key,excluded_patterns,copy_to_dir):