summaryrefslogtreecommitdiffstats
path: root/Lib/html/__init__.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-05-17 22:02:32 (GMT)
committerFred Drake <fdrake@acm.org>2008-05-17 22:02:32 (GMT)
commit3c50ea4303ad58785e7f5058cdd353c6d0140ee4 (patch)
tree127214cdbbaac0fad36eb75b08e7868a666283c8 /Lib/html/__init__.py
parent9b020c784c3a1ec3d412bca1ffed2d24232b0a54 (diff)
downloadcpython-3c50ea4303ad58785e7f5058cdd353c6d0140ee4.zip
cpython-3c50ea4303ad58785e7f5058cdd353c6d0140ee4.tar.gz
cpython-3c50ea4303ad58785e7f5058cdd353c6d0140ee4.tar.bz2
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
includes merge of trunk revision 63432
Diffstat (limited to 'Lib/html/__init__.py')
-rw-r--r--Lib/html/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/html/__init__.py b/Lib/html/__init__.py
new file mode 100644
index 0000000..196d378
--- /dev/null
+++ b/Lib/html/__init__.py
@@ -0,0 +1 @@
+# This directory is a Python package.