Removed unnecessary monkeypatching of __builtin__

Replaced it with explicitly importing the gettext function, which is
significantly more readable.

Change-Id: Ia0a7edcf685fb6e4052a8290367b233169529ab8
This commit is contained in:
Alex Gaynor
2013-07-27 21:10:37 -07:00
parent e155f6da18
commit 0f3b0410e3
35 changed files with 36 additions and 7 deletions

View File

@@ -27,6 +27,7 @@
import mimetypes
import os
from ConfigParser import ConfigParser
from gettext import gettext as _
from random import shuffle
from time import time