Fix py3 regression in ansi filler divisor. Resolves #1804.

This commit is contained in:
Griatch 2019-03-31 18:45:21 +02:00
parent ee5f4044e8
commit f485099b7b
3 changed files with 8 additions and 6 deletions

View file

@ -98,6 +98,7 @@ Web/Django standard initiative (@strikaco)
- Convert ServerConf model to store its values as a Picklefield (same as Attributes) instead of using a custom solution.
- OOB: Add support for MSDP LIST, REPORT, UNREPORT commands (re-mapped to `msdp_list`,
`msdp_report`, `msdp_unreport` inlinefuncs_)
- Added `evennia.ANSIString` to flat API.
### Utils