Skip to content

Commit

Permalink
Merge pull request #63 from drodger/master
Browse files Browse the repository at this point in the history
remove unused dictionary variable. Calling code was removed in commit: h...
  • Loading branch information
llazzaro committed May 13, 2014
2 parents a63af51 + cb68f32 commit d4328dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schedule/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
from schedule.periods import Year, Month, Week, Day
from schedule.views import DeleteEventView

info_dict = {
'queryset': Calendar.objects.all(),
}

urlpatterns = patterns(
'',
# urls for Calendars
Expand Down

0 comments on commit d4328dc

Please sign in to comment.