django-profiler
django-profiler copied to clipboard
Incorrect io import
File "/Users/Shared/workspace/VOSM/CL_StoreMaps/venv/lib/python3.7/site-packages/profiling/init.py", line 9, in
It was wrongly imported fromStringIO import StringIO.
Please correct this line in _init.py , line 9 to from io import StringIO
Ref https://github.com/char0n/django-profiler/pull/12