httpd fix

erg 2006-08-27 23:53:27 +00:00
parent 6a36b755ea
commit 48ff4caa73
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
IN: inspect-responder
USING: callback-responder generic hashtables help html httpd
inspector kernel namespaces sequences ;
inspector kernel namespaces prettyprint sequences ;
! Mini object inspector
: http-inspect ( obj -- )