Skip to content
Snippets Groups Projects
Commit 624a9a8b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'new_driver' into 'master'

No metadata to download/upload

See merge request !2
parents 4658e6f1 70ce9649
No related branches found
No related tags found
1 merge request!2No metadata to download/upload
Pipeline #
......@@ -67,15 +67,7 @@ class Interface(BaseInterface):
return 'livdet2013'
def files(self):
from pkg_resources import resource_filename
raw_files = []
db = Database()
for p in Database.protocols:
for g in Database.groups:
for c in Database.classes:
raw_files.append(os.path.join(db.location,p,g,c+'.txt'))
return [resource_filename(__name__, k) for k in raw_files]
return []
def version(self):
import pkg_resources # part of setuptools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment