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
bob
bob.io.image
Commits
5f37c196
Commit
5f37c196
authored
May 20, 2015
by
Manuel Günther
Browse files
Removed duplicated constants from c module
parent
7f8e9198
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/io/image/main.cpp
View file @
5f37c196
...
...
@@ -43,9 +43,6 @@ static PyObject* create_module (void) {
if
(
!
m
)
return
0
;
auto
m_
=
make_safe
(
m
);
/* register some constants */
if
(
PyModule_AddStringConstant
(
m
,
"__version__"
,
BOB_EXT_MODULE_VERSION
)
<
0
)
return
0
;
/* imports dependencies */
if
(
import_bob_blitz
()
<
0
)
{
PyErr_Print
();
...
...
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