Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
e753fea1a1f7
Commit
7fae5fda
authored
Apr 20, 2010
by
Sylvain Thénault
Browse files
must use load_appobjects instead of load_vobjects (deprecated for a while now)
--HG-- branch : stable
parent
4b19fe3aeca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ccplugin.py
View file @
e753fea1
...
...
@@ -40,7 +40,7 @@ class MBOXImportCommand(Command):
"""run the command with its specific arguments"""
appid
=
pop_arg
(
args
,
expected_size_after
=
None
)
cnx
=
config_connect
(
appid
,
self
.
config
)
cnx
.
load_
v
objects
(
cubes
=
None
,
subpath
=
(
'entities'
,))
cnx
.
load_
app
objects
(
cubes
=
None
,
subpath
=
(
'entities'
,))
importer
=
MBOXImporter
(
cnx
,
verbose
=
True
,
interactive
=
self
.
config
.
interactive
)
# set autocommit, add an option to control that if needed
...
...
Write
Preview
Markdown
is supported
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