summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcce <devnull@localhost>2006-01-09 06:27:51 +0000
committercce <devnull@localhost>2006-01-09 06:27:51 +0000
commitadb3341e3a7d192482bba9fd61731d5f84f4a0ff (patch)
treea0a70eb9fdf160f40016972bd0fc90f65e5de6e7 /setup.py
parent95c32e90659ff1969ae542e3d6533283a34a76c2 (diff)
downloadpaste-adb3341e3a7d192482bba9fd61731d5f84f4a0ff.tar.gz
- forgot reference in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 78c8d69..a841b13 100644
--- a/setup.py
+++ b/setup.py
@@ -165,6 +165,6 @@ For the latest changes see the `news file
evalerror = paste.evalexception:EvalException
[paste.server_runner]
- http = paste.util.httpserver:server_runner
+ http = paste.httpserver:server_runner
""",
)