1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 17:57:59 +00:00

add missing sys import, fixing build

This commit is contained in:
Antoine Beaupré 2015-10-03 15:08:55 -04:00
parent e414203ce2
commit 97189dd25b

View file

@ -3,6 +3,7 @@
logger = logging.getLogger(__name__)
import os
import shutil
import sys
import time
from .helpers import get_keys_dir, get_cache_dir