summaryrefslogtreecommitdiffstats
path: root/Lib/pipes.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-07 23:14:30 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-02-07 23:14:30 (GMT)
commit352674d01cd37cc8621e8b94c1a91fef5ffc16fe (patch)
treef0f8071d7c55a89eddd438b9dfe1c16481145cd9 /Lib/pipes.py
parentcc012e92b21fbd8476bbaa8d4aa91b7e78111182 (diff)
downloadcpython-352674d01cd37cc8621e8b94c1a91fef5ffc16fe.zip
cpython-352674d01cd37cc8621e8b94c1a91fef5ffc16fe.tar.gz
cpython-352674d01cd37cc8621e8b94c1a91fef5ffc16fe.tar.bz2
a few more __all__ lists
Diffstat (limited to 'Lib/pipes.py')
-rw-r--r--Lib/pipes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/pipes.py b/Lib/pipes.py
index 77a57e8..ceb32a8 100644
--- a/Lib/pipes.py
+++ b/Lib/pipes.py
@@ -56,7 +56,7 @@ To create a new template object initialized to a given one:
t2 = t.clone()
For an example, see the function test() at the end of the file.
-"""
+""" # '
import sys
@@ -66,6 +66,7 @@ import os
import tempfile
import string
+__all__ = ["Template"]
# Conversion step kinds