fix load error

db4
Doug Coleman 2009-03-18 23:01:01 -05:00
parent 2f802f307c
commit 187142d6d8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: db.tuples locals site-watcher site-watcher.db
site-watcher.private kernel db io.directories io.files.temp
continuations ;
continuations db.sqlite site-watcher.db.private ;
IN: site-watcher.tests
: site-watcher-path ( -- path ) "site-watcher.db" temp-file ; inline