Skip to content

Commit

Permalink
mattdrayer: Remove redundant __class__ reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdrayer committed Feb 24, 2016
1 parent bab5e30 commit 8d5f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/xmodule/xmodule/modulestore/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __init__(self, block=None):
"""
self.translator = django.utils.translation
if block:
xblock_resource = block.__class__.unmixed_class.__module__
xblock_resource = block.unmixed_class.__module__
xblock_locale_dir = '/conf/locale'
xblock_locale_path = resource_filename(xblock_resource, xblock_locale_dir)
xblock_domain = 'django'
Expand Down

0 comments on commit 8d5f86e

Please sign in to comment.