additional_imports: Ensure unicodedata loaded

This commit is contained in:
Oleksii Shevchuk 2019-08-19 19:17:38 +03:00
parent e9afcbf8de
commit 59ac4ba9fd
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ import __future__
import netaddr
import ntlm
import http_parser
import unicodedata
try:
import psutil