Commit 6b44f55e authored by Jason Madden's avatar Jason Madden

Missed trailing colon.

parent f5d9efbe
...@@ -636,7 +636,7 @@ def _setup_environ(debug=False): ...@@ -636,7 +636,7 @@ def _setup_environ(debug=False):
# 'U' is deprecated, so ignore warnings from site.py # 'U' is deprecated, so ignore warnings from site.py
'ignore:::site:', 'ignore:::site:',
# pkgutil on Python 2 complains about missing __init__.py # pkgutil on Python 2 complains about missing __init__.py
'ignore:::pkgutil', 'ignore:::pkgutil:',
# importlib/_bootstrap.py likes to spit out "ImportWarning: # importlib/_bootstrap.py likes to spit out "ImportWarning:
# can't resolve package from __spec__ or __package__, falling # can't resolve package from __spec__ or __package__, falling
# back on __name__ and __path__". I have no idea what that means, but it seems harmless # back on __name__ and __path__". I have no idea what that means, but it seems harmless
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment