Skip to content

Commit

Permalink
add missing deprecation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 2, 2018
1 parent d1be80d commit 839fd98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plone/app/folder/nogopip.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
deprecated(
"Please import from plone.folder.nogopip",
GopipIndex='plone.folder.nogopip:GopipIndex',
manage_addGopipForm='plone.folder.nogopip:manage_addGopipForm',
manage_addGopipIndex='plone.folder.nogopip:manage_addGopipIndex',
)

0 comments on commit 839fd98

Please sign in to comment.