fix two load errors

db4
Doug Coleman 2008-03-07 16:45:11 -06:00
parent 677a1f81ca
commit 915fd4e0f8
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ hashtables io.files kernel math math.parser namespaces
prettyprint sequences strings tuples alien.c-types
continuations db.sqlite.lib db.sqlite.ffi db.tuples
words combinators.lib db.types combinators tools.walker
combinators.cleave io ;
combinators.cleave io namespaces.lib ;
IN: db.sqlite
TUPLE: sqlite-db path ;

View File

@ -1,5 +1,6 @@
USING: assocs html.parser kernel math sequences strings ascii
arrays shuffle unicode.case namespaces splitting http ;
arrays shuffle unicode.case namespaces splitting http
sequences.lib ;
IN: html.parser.analyzer
: (find-relative)