Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: cms/utils.py

Issue 4800587984011264: Noissue - [cms] Cleanup imports (Closed)
Patch Set: Created May 5, 2015, 2:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cms/sources.py ('k') | runserver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/utils.py
===================================================================
--- a/cms/utils.py
+++ b/cms/utils.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-from .converters import converters, TemplateConverter
+from cms.converters import converters, TemplateConverter
def get_page_params(source, locale, page, format=None, site_url_override=None):
# Guess page format if omitted, but default to Markdown for friendlier exceptions
« no previous file with comments | « cms/sources.py ('k') | runserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld