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.io.base
Commits
381e68e2
Commit
381e68e2
authored
May 20, 2015
by
Manuel Günther
Browse files
Removed duplicated constants from c module
parent
4faab726
Changes
1
Show whitespace changes
Inline
Side-by-side
bob/io/base/main.cpp
View file @
381e68e2
...
...
@@ -91,9 +91,6 @@ static PyObject* create_module (void) {
auto
m_
=
make_safe
(
m
);
/* register some constants */
if
(
PyModule_AddIntConstant
(
m
,
"__api_version__"
,
BOB_IO_BASE_API_VERSION
)
<
0
)
return
0
;
if
(
PyModule_AddStringConstant
(
m
,
"__version__"
,
BOB_EXT_MODULE_VERSION
)
<
0
)
return
0
;
if
(
!
init_File
(
m
))
return
0
;
if
(
!
init_HDF5File
(
m
))
return
0
;
...
...
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