summaryrefslogtreecommitdiff
path: root/Lib/stringprep.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-09 23:38:20 +0000
committerMartin v. Löwis <martin@v.loewis.de>2006-03-09 23:38:20 +0000
commit480f1bb67ba8d2857d87921391df278c5569774c (patch)
tree16370e5215e51cb589a2f07b93a2105c851ce956 /Lib/stringprep.py
parente2b4677253a809228b16a2c48b6169e1ae576f55 (diff)
downloadcpython-git-480f1bb67ba8d2857d87921391df278c5569774c.tar.gz
Update Unicode database to Unicode 4.1.
Diffstat (limited to 'Lib/stringprep.py')
-rw-r--r--Lib/stringprep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/stringprep.py b/Lib/stringprep.py
index f997a67b31..225aedb85c 100644
--- a/Lib/stringprep.py
+++ b/Lib/stringprep.py
@@ -5,7 +5,7 @@ There are two kinds of tables: sets, for which a member test is provided,
and mappings, for which a mapping function is provided.
"""
-import unicodedata
+from unicodedata import db_3_2_0 as unicodedata
assert unicodedata.unidata_version == '3.2.0'