summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Gui/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mailman/Gui/__init__.py b/Mailman/Gui/__init__.py
index eb18d8727..e83549363 100644
--- a/Mailman/Gui/__init__.py
+++ b/Mailman/Gui/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001 by the Free Software Foundation, Inc.
+# Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -26,3 +26,6 @@ from Privacy import Privacy
from Topics import Topics
from Usenet import Usenet
from Language import Language
+
+# Don't export this symbol outside the package
+del GUIBase