Added tests for ANSIString, and fixed some bugs for it along the way.

This commit is contained in:
Kelketek Rritaa 2014-03-01 14:20:39 -06:00 committed by Griatch
parent ef8755581c
commit f0130d8384
4 changed files with 156 additions and 15 deletions

View file

@ -515,6 +515,7 @@ INSTALLED_APPS = (
'src.comms',
'src.help',
'src.scripts',
'src.utils',
'src.web.news',
'src.web.website',)
# The user profile extends the User object with more functionality;