From 20641bab61d6d4d24516e1e70d791e6b84aa213a Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Mon, 19 Aug 2013 16:57:59 -0400 Subject: [PATCH] indent even more --- common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py b/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py index 7bca337626..5967ee3d9d 100644 --- a/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py +++ b/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py @@ -49,7 +49,7 @@ class LocMapperStore(object): # location_map functions def create_map_entry(self, course_location, course_id=None, draft_branch='draft', prod_branch='published', - block_map=None): + block_map=None): """ Add a new entry to map this course_location to the new style CourseLocator.course_id. If course_id is not provided, it creates the default map of using org.course.name from the location (just like course_id) if