From 09a063593408d656555050240dd5e37ed2bc2b75 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 15 Aug 2012 11:58:10 +0200 Subject: [PATCH] Specify interface --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc4983a..52c5e61 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( # bob database declaration 'bob.db': [ - 'replay = replay.db', + 'replay = replay.db.driver:Interface', ], # bob unittest declaration -- GitLab