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
1 changed files with 1 additions and 0 deletions

View File

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