Browse Source

add missing sys import, fixing build

Antoine Beaupré 9 years ago
parent
commit
97189dd25b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      borg/upgrader.py

+ 1 - 0
borg/upgrader.py

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