From aa7a4cedaae5caf4145fbd8be6339f355e66d376 Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Thu, 15 May 2014 08:39:58 -0400 Subject: [PATCH] BlockUsageLocators are not AssetKeys. --- common/lib/xmodule/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/setup.py b/common/lib/xmodule/setup.py index 2e2e5ba340..04de2696df 100644 --- a/common/lib/xmodule/setup.py +++ b/common/lib/xmodule/setup.py @@ -77,7 +77,6 @@ setup( ], 'asset_key': [ 'asset-location = xmodule.modulestore.locations:AssetLocation', - 'edx = xmodule.modulestore.locator:BlockUsageLocator', ], 'definition_key': [ 'defx = xmodule.modulestore.locator:DefinitionLocator',