summaryrefslogtreecommitdiff
path: root/paste/fileapp.py
diff options
context:
space:
mode:
authormaluke <devnull@localhost>2008-05-23 14:09:32 +0000
committermaluke <devnull@localhost>2008-05-23 14:09:32 +0000
commitd9bd5299ed715a8e36e7a5ea670fe7614c508c08 (patch)
tree45ce0c3bd87481c123664e19af0817a2269399da /paste/fileapp.py
parent915668fb2a5e2bc8f215020dd1e772b41cd52c3c (diff)
downloadpaste-d9bd5299ed715a8e36e7a5ea670fe7614c508c08.tar.gz
fixed __all__
Diffstat (limited to 'paste/fileapp.py')
-rw-r--r--paste/fileapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/fileapp.py b/paste/fileapp.py
index f76aeed..a94e965 100644
--- a/paste/fileapp.py
+++ b/paste/fileapp.py
@@ -16,7 +16,7 @@ from paste.httpheaders import *
CACHE_SIZE = 4096
BLOCK_SIZE = 4096 * 16
-__all__ = ['DataApp', 'FileApp', 'DirApp', 'ArchiveStore']
+__all__ = ['DataApp', 'FileApp', 'DirectoryApp', 'ArchiveStore']
class DataApp(object):
"""