]> git.openstreetmap.org Git - osqa.git/blob - forum/badges/__init__.py
OSQA-516, bugfix for the Akismet Module. There was problem with the loading of the...
[osqa.git] / forum / badges / __init__.py
1 from forum.modules import get_modules_script
2
3 get_modules_script('badges')
4
5 from base import BadgesMeta
6