Skip to content

Commit

Permalink
Merge pull request #16 from plone/jensens/fix-importwarning
Browse files Browse the repository at this point in the history
Fix nameclash resulting in ImportWarning
  • Loading branch information
agitator authored Apr 12, 2019
2 parents 7d14148 + 832ad30 commit 91eb04b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/16.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix nameclash resulting in ImportWarning by renaming ``profiles.py`` to ``hiddenprofiles.py``. [jensens]
File renamed without changes.
2 changes: 1 addition & 1 deletion plone/session/profiles.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<utility
name="plone.session"
factory=".profiles.HiddenProfiles"
factory=".hiddenprofiles.HiddenProfiles"
/>

</configure>

0 comments on commit 91eb04b

Please sign in to comment.