diff --git a/news/16.bugfix b/news/16.bugfix new file mode 100644 index 0000000..8cee411 --- /dev/null +++ b/news/16.bugfix @@ -0,0 +1 @@ +Fix nameclash resulting in ImportWarning by renaming ``profiles.py`` to ``hiddenprofiles.py``. [jensens] \ No newline at end of file diff --git a/plone/session/profiles.py b/plone/session/hiddenprofiles.py similarity index 100% rename from plone/session/profiles.py rename to plone/session/hiddenprofiles.py diff --git a/plone/session/profiles.zcml b/plone/session/profiles.zcml index 3fb4152..0e44fa2 100644 --- a/plone/session/profiles.zcml +++ b/plone/session/profiles.zcml @@ -29,7 +29,7 @@