diff options
Diffstat (limited to 'python/samba')
| -rw-r--r-- | python/samba/tests/unicodenames.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/samba/tests/unicodenames.py b/python/samba/tests/unicodenames.py index ed65de6651..d4a84e8c8f 100644 --- a/python/samba/tests/unicodenames.py +++ b/python/samba/tests/unicodenames.py @@ -14,12 +14,11 @@ # 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' |
