Skip to content
GitLab
Menu
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
63309a00
Commit
63309a00
authored
Sep 23, 2012
by
Laurent EL SHAFEY
Browse files
Fix typo
parent
56998019
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/db/mobio/create.py
View file @
63309a00
...
...
@@ -1665,7 +1665,7 @@ def add_subworldfiles(session):
def
create_tables
(
args
):
"""Creates all necessary tables (only to be used at the first time)"""
from
bob.db.utils
import
c
onnection_str
in
g
_try_nolock
from
bob.db.utils
import
c
reate_eng
in
e
_try_nolock
engine
=
create_engine_try_nolock
(
args
.
type
,
args
.
files
[
0
],
echo
=
(
args
.
verbose
>=
2
))
Client
.
metadata
.
create_all
(
engine
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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