Explorar o código

add missing sys import, fixing build

Antoine Beaupré %!s(int64=10) %!d(string=hai) anos
pai
achega
97189dd25b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      borg/upgrader.py

+ 1 - 0
borg/upgrader.py

@@ -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