projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Depend on wtforms.
[zzz-floof.git]
/
floof
/
controllers
/
tag.py
diff --git
a/floof/controllers/tag.py
b/floof/controllers/tag.py
index
4f98994
..
e5ce85b
100644
(file)
--- a/
floof/controllers/tag.py
+++ b/
floof/controllers/tag.py
@@
-9,7
+9,7
@@
from pylons import url
log = logging.getLogger(__name__)
import elixir
-from floof.model
.art
import Art, Tag
+from floof.model import Art, Tag
class TagController(BaseController):