Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.mobio
Commits
848dbc66
Commit
848dbc66
authored
Jul 13, 2016
by
Amir Mohammadi
Browse files
Use super
parent
0628129d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/mobio/query.py
View file @
848dbc66
...
...
@@ -39,7 +39,7 @@ class Database(bob.db.base.SQLiteDatabase):
def
__init__
(
self
,
original_directory
=
None
,
original_extension
=
None
,
annotation_directory
=
None
,
annotation_extension
=
'.pos'
):
# call base class constructors to open a session to the database
bob
.
db
.
base
.
SQLite
Database
.
__init__
(
self
,
SQLITE_FILE
,
File
)
super
(
Database
,
self
)
.
__init__
(
SQLITE_FILE
,
File
)
self
.
annotation_directory
=
annotation_directory
self
.
annotation_extension
=
annotation_extension
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment