summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/nntp.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/nntp.py')
-rw-r--r--src/mailman/interfaces/nntp.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/interfaces/nntp.py b/src/mailman/interfaces/nntp.py
index 61063236c..22b8b1754 100644
--- a/src/mailman/interfaces/nntp.py
+++ b/src/mailman/interfaces/nntp.py
@@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
+"""NNTP and newsgroup interfaces."""
+
+from __future__ import absolute_import, print_function, unicode_literals
+
__metaclass__ = type
__all__ = [
'NewsgroupModeration',