summaryrefslogtreecommitdiff
path: root/Lib/pipes.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-07 23:14:30 +0000
committerSkip Montanaro <skip@pobox.com>2001-02-07 23:14:30 +0000
commit577381d66c6cf2490a5339e273f5caf1b9f37e5e (patch)
tree6eb4488112bcb06782e1783bcef335e12a893ced /Lib/pipes.py
parent5b455f102194b1d013ebd409069d175ba0284aee (diff)
downloadcpython-577381d66c6cf2490a5339e273f5caf1b9f37e5e.tar.gz
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 77a57e815c..ceb32a8697 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