move slash_join to prevent local imports

This commit is contained in:
Jimmy Zelinskie 2016-03-18 15:09:25 -04:00
parent e5d8a431f4
commit 5094e1f712
4 changed files with 17 additions and 16 deletions

View file

@ -5,7 +5,7 @@ import time
from cachetools import TTLCache
from jwkest.jwk import KEYS
from util.string import slash_join
from util import slash_join
logger = logging.getLogger(__name__)