src/pyams_utils/interfaces/text.py
branchdev-tf
changeset 419 05ff71a02b2d
parent 321 247c4f2948ef
--- a/src/pyams_utils/interfaces/text.py	Sat Nov 23 01:17:56 2019 +0100
+++ b/src/pyams_utils/interfaces/text.py	Sat Nov 23 14:51:46 2019 +0100
@@ -10,15 +10,16 @@
 # FOR A PARTICULAR PURPOSE.
 #
 
-__docformat__ = 'restructuredtext'
+"""PyAMS_utils.interfaces.text module
+
+This module provides a single interface used by HTML rendering adapters, which are used to convert
+any object to an HTML representation.
+"""
+
+from zope.interface import Attribute, Interface
 
 
-# import standard library
-
-# import interfaces
-
-# import packages
-from zope.interface import Attribute, Interface
+__docformat__ = 'restructuredtext'
 
 from pyams_utils import _