Skip to content

Commit

Permalink
Merge pull request #1 from negesti/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
chassing committed Jan 19, 2012
2 parents 0878c53 + 66f373a commit 0638d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion achievements/utils.py
Expand Up @@ -41,5 +41,5 @@ def construct_callback(obj):
def get_callback_object(ref):
module = ".".join(ref.split(".")[:-1])
class_name = ref.split(".")[-1]
importlib.import_module(module)
m = importlib.import_module(module)
return eval('m.%s' % class_name)

0 comments on commit 0638d3a

Please sign in to comment.