samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 12 Oct 2014 23:08:15 +0000 (16:08 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 14 Oct 2014 04:44:06 +0000 (06:44 +0200)
Change-Id: I8983cd4483c380fd0c9e4da843eb70750450a0fa
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/unicodenames.py

index ed65de6651fc98387c4816ca2a119743707cb156..d4a84e8c8f77b74f73a86e1a0a4023ca9ed3ae6a 100644 (file)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-"""
+"""Symbolic names for unicode characters.
+
 Defines symbolic names for a few UNICODE characters, to make test
 source code more readable on machines that don't have all the
 necessary fonts.
-
-You can do "import *" on this file safely.
 """
 
 LATIN_CAPITAL_LETTER_N_WITH_TILDE         = u'\u004e'