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 aab43abbbd
commit 5e6df96d21
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import signal
import socket
import logging
from contextlib import contextmanager
from gettext import gettext as _
from optparse import Values
import eventlet