Import proxyurl from the correct place

This commit is contained in:
Keith Mitchell
2012-12-18 13:35:37 -08:00
parent 4a8ebf411c
commit 7408668d18

View File

@@ -20,7 +20,8 @@
# Inc. All Rights Reserved.
###############################################################################
from reddit_base import RedditController, proxyurl
from r2.controllers.reddit_base import RedditController
from r2.lib.base import proxyurl
from r2.lib.template_helpers import get_domain
from r2.lib.pages import Embed, BoringPage, HelpPage
from r2.lib.filters import websafe, SC_OFF, SC_ON