diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-30 00:15:47 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-30 00:15:47 +0000 |
commit | 9c24f5325524066d98a600215246bf990313f0e3 (patch) | |
tree | 354c0864872d27fd56aeda029b91a5fef3f24560 /perl/t | |
parent | 7511cae5580c936a6fd06c24402c358621af2e54 (diff) |
Adjust for the classes we're actually using.
Diffstat (limited to 'perl/t')
-rwxr-xr-x | perl/t/init.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/init.t b/perl/t/init.t index 597cb96..8f6d034 100755 --- a/perl/t/init.t +++ b/perl/t/init.t @@ -6,8 +6,8 @@ use Test::More tests => 8; use DBD::SQLite; +use Wallet::ACL; use Wallet::Config; -use Wallet::Object::Base; use Wallet::Server; # Use a local SQLite database for testing. |