Commit c6de4cbe authored by Jason Madden's avatar Jason Madden

fixup

parent a38dbabb
......@@ -652,7 +652,7 @@ def _setup_environ(debug=False):
# dns.zone uses some raw regular expressions
# without the r'' syntax, leading to DeprecationWarning: invalid
# escape sequence. This is fixed in 2.0 (Python 3 only).
'ignore:::dns.zone',
'ignore:::dns.zone:',
])
if 'PYTHONFAULTHANDLER' not in os.environ:
......
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