Commit b2909ee5 authored by David Wilson's avatar David Wilson

Replace nasty print statements in six_brokenpkg.

parent 4f934465
......@@ -29,9 +29,9 @@ import os.path
try:
import six as _system_six
print('unsocks', _system_six)
print('six_brokenpkg: using system six:', _system_six)
except ImportError, e:
print('cocks', e)
print('six_brokenpkg: no system six available', e)
_system_six = None
if _system_six:
......
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