Immport gettext

This commit is contained in:
Kevin Fenzi 2014-01-20 17:21:59 +00:00
parent 7b38b40873
commit 2bf861fb4d

View file

@ -4,6 +4,7 @@ import logging
import sys
import askbot
import site
import gettext
#this line is added so that we can import pre-packaged askbot dependencies
ASKBOT_ROOT = os.path.abspath(os.path.dirname(askbot.__file__))