src/pyams_utils/interfaces/text.py
branchdev-tf
changeset 427 63284c98cdc1
parent 321 247c4f2948ef
--- a/src/pyams_utils/interfaces/text.py	Sat Nov 23 01:24:11 2019 +0100
+++ b/src/pyams_utils/interfaces/text.py	Sat Nov 23 14:57:24 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 _