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

Commit

Permalink
Finally Fixed #284
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Dec 5, 2015
1 parent 4f6089d commit d7b0779
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion quokka/ext/blueprints.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# coding: utf-8
import os
import importlib
import random
from quokka.ext.commands_collector import CommandsCollector


Expand Down
1 change: 0 additions & 1 deletion quokka/modules/accounts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion quokka/modules/accounts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
module.add_url_rule('/accounts/profile/<user_id>/',
view_func=ProfileView.as_view('profile'))
module.add_url_rule('/accounts/profile/edit/',
view_func=ProfileEditView.as_view('profile_edit'))
view_func=ProfileEditView.as_view('profile_edit'))

0 comments on commit d7b0779

Please sign in to comment.