Skip to content

Commit

Permalink
remove deprecated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Jul 27, 2018
1 parent acd2d07 commit 4abf2e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
1 change: 1 addition & 0 deletions abilian/core/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def unwrap(obj):
return obj


# TODO: remove later
noproxy = unwrap


Expand Down
10 changes: 0 additions & 10 deletions abilian/web/decorators.py

This file was deleted.

2 changes: 1 addition & 1 deletion abilian/web/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from six import text_type
from werkzeug.routing import BuildError

from abilian.web.decorators import deprecated
from deprecated import deprecated

from ..core.util import local_dt, slugify, utc_dt
from .util import url_for
Expand Down
5 changes: 0 additions & 5 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ Module :mod:`abilian.web.comments`
.. automodule:: abilian.web.comments


Module :mod:`abilian.web.decorators`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: abilian.web.decorators

Module :mod:`abilian.web.filters`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 4abf2e1

Please sign in to comment.