Skip to content

Commit

Permalink
don't need anymore to fix ManageAssets
Browse files Browse the repository at this point in the history
fix in Flask-Assets 0.9
  • Loading branch information
Bertrand Mathieu committed Aug 27, 2015
1 parent e6ae40b commit b000fee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion abilian/core/commands/__init__.py
Expand Up @@ -32,9 +32,9 @@ def hello():
from __future__ import absolute_import, print_function, division

from flask_migrate import MigrateCommand
from flask_assets import ManageAssets

from .base import manager
from .assets import ManageAssets
from .config import manager as config_manager

# Additional commands
Expand Down
16 changes: 0 additions & 16 deletions abilian/core/commands/assets.py

This file was deleted.

0 comments on commit b000fee

Please sign in to comment.