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

Unified Diff: cms/sources.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/bin/test_server.py ('k') | cms/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/sources.py
===================================================================
--- a/cms/sources.py
+++ b/cms/sources.py
@@ -90,7 +90,7 @@
def has_page(self, page, format=None):
if format is None:
- from .converters import converters
+ from cms.converters import converters
return any(
self.has_page(page, format)
for format in converters.iterkeys()
« no previous file with comments | « cms/bin/test_server.py ('k') | cms/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld