From 39b646558ac1e77e106427b0bad7932790030eaf Mon Sep 17 00:00:00 2001 From: ichuang Date: Mon, 19 Aug 2013 10:15:26 -0400 Subject: [PATCH] pep8 in inheritance.py --- common/lib/xmodule/xmodule/modulestore/inheritance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/modulestore/inheritance.py b/common/lib/xmodule/xmodule/modulestore/inheritance.py index 2ad08b8350..aeec53cc29 100644 --- a/common/lib/xmodule/xmodule/modulestore/inheritance.py +++ b/common/lib/xmodule/xmodule/modulestore/inheritance.py @@ -10,7 +10,7 @@ INHERITABLE_METADATA = ( # elements. Can be a float. 'days_early_for_beta', 'giturl', # for git edit link - 'static_asset_path', # for static assets placed outside xcontent contentstore + 'static_asset_path', # for static assets placed outside xcontent contentstore )