fix swift i18n

Change-Id: I53cea28a6d7593a1b308dbcf77dddf7f40d76cb2
This commit is contained in:
Clay Gerrard 2013-07-30 11:44:11 -07:00
parent 7c5e91e77f
commit a53fa52ada
1 changed files with 1 additions and 1 deletions

View File

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