adding new art with user relations is there, sort of. Still needs adding relations...
[zzz-floof.git] / floof / controllers / tag.py
index 4f98994..e5ce85b 100644 (file)
@@ -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):