mirror of https://github.com/borgbackup/borg.git
add missing sys import, fixing build
This commit is contained in:
parent
e414203ce2
commit
97189dd25b
|
@ -3,6 +3,7 @@ import logging
|
|||
logger = logging.getLogger(__name__)
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
import time
|
||||
|
||||
from .helpers import get_keys_dir, get_cache_dir
|
||||
|
|
Loading…
Reference in New Issue