add some usings

db4
Doug Coleman 2008-03-11 20:23:22 -05:00
parent 948d9db7d0
commit 00ed2c4d94
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
USING: kernel db.sql ;
USING: kernel namespaces db.sql sequences math ;
IN: db.sql.tests
TUPLE: person name age ;