# HG changeset patch # User Thierry Florac # Date 1511686715 -3600 # Node ID fb84bba1880f5e91846b3fc1c720d50d0475e09e # Parent 8742c8ac126c00f9f7966aec6ae40e6c6d03244c Removed unused 'zmi' module diff -r 8742c8ac126c -r fb84bba1880f src/pyams_content/shared/zmi/__init__.py --- a/src/pyams_content/shared/zmi/__init__.py Sun Nov 26 09:58:07 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# -# Copyright (c) 2008-2015 Thierry Florac -# All Rights Reserved. -# -# This software is subject to the provisions of the Zope Public License, -# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -# FOR A PARTICULAR PURPOSE. -# - -__docformat__ = 'restructuredtext' - - -# import standard library - -# import interfaces - -# import packages diff -r 8742c8ac126c -r fb84bba1880f src/pyams_content/shared/zmi/interfaces/__init__.py --- a/src/pyams_content/shared/zmi/interfaces/__init__.py Sun Nov 26 09:58:07 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -# -# Copyright (c) 2008-2015 Thierry Florac -# All Rights Reserved. -# -# This software is subject to the provisions of the Zope Public License, -# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -# FOR A PARTICULAR PURPOSE. -# - -__docformat__ = 'restructuredtext' - - -# import standard library - -# import interfaces -from pyams_skin.interfaces.viewlet import IMenuItem - -# import packages - - -class ISiteTreeMenu(IMenuItem): - """Site tree menu marker interface"""