Mercurial > moin > 2.0
changeset 2868:ec34b7876eeb
delete dead code, was renamed to CONTENTTYPES_MAP and moved to constants/contenttypes.py in changeset 2003e3685733
author | RogerHaase <haaserd@gmail.com> |
---|---|
date | Fri, 02 Jan 2015 10:06:48 -0700 |
parents | 1259233ad807 |
children | e19c733eb108 |
files | MoinMoin/themes/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/__init__.py Wed Dec 17 12:32:26 2014 -0700 +++ b/MoinMoin/themes/__init__.py Fri Jan 02 10:06:48 2015 -0700 @@ -591,10 +591,6 @@ name = u'{0}...{1}'.format(name[:half + left], name[-half:]) return name -CONTENTTYPE_SHORTEN = { - 'text/x.moin.wiki': 'MoinWiki', -} - def shorten_id(name, length=7): """