mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
reddit_base: Fix babel.core import position.
Babel is not a stdlib.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
# Inc. All Rights Reserved.
|
||||
###############################################################################
|
||||
|
||||
import babel.core
|
||||
import locale
|
||||
import re
|
||||
import simplejson
|
||||
@@ -35,6 +34,8 @@ from hashlib import sha1
|
||||
from urllib import quote, unquote
|
||||
from urlparse import urlparse
|
||||
|
||||
import babel.core
|
||||
|
||||
from mako.filters import url_escape
|
||||
from pylons import c, g, request, response
|
||||
from pylons.controllers.util import abort, redirect_to
|
||||
|
||||
Reference in New Issue
Block a user