Skip to content
Snippets Groups Projects
Commit cd589e3b authored by Laurent EL SHAFEY's avatar Laurent EL SHAFEY
Browse files

Fix path to protocol lists

parent e83887b0
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,7 @@ class Database(xbob.db.verification.filelist.Database):
def __init__(self):
# call base class constructor
xbob.db.verification.filelist.Database.__init__(self, 'lists')
from pkg_resources import resource_filename
lists = resource_filename(__name__, 'lists')
xbob.db.verification.filelist.Database.__init__(self, lists)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment