We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115c9c2 commit f656299Copy full SHA for f656299
test_utils.py
@@ -410,7 +410,7 @@ def test_env_usage():
410
# activate sys.path and unzip cache
411
sys.path.append("bottle_env.pyz")
412
importlib.import_module("ensure_zipapps")
413
- import bottle
+ bottle = importlib.import_module("bottle")
414
415
# using app unzip cache for `import ensure_zipapps`
416
# print(bottle.__file__)
0 commit comments