Skip to content
Snippets Groups Projects
Commit fe89b611 authored by Jimmy Petersson's avatar Jimmy Petersson
Browse files

Fix reload for py3

parent ed4d4299
No related branches found
No related tags found
No related merge requests found
import os
try:
from importlib import reload # Python 3.4+
except ImportError:
pass
from .utils import *
from .test_make_app import can_reach_unauth, can_push_auth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment