Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
PyFlakes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed May 10, 2015
1 parent b46ebd3 commit a5affd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memento/timegate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_original_url(self, obj):
raise NotImplementedError("get_original_url method not implemented")

def get(self, request, *args, **kwargs):
response = super(TimeGateDetailView, self).get(
response = super(MementoDetailView, self).get(
request,
*args,
**kwargs
Expand Down

0 comments on commit a5affd5

Please sign in to comment.