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.io.image
Commits
704d234c
Commit
704d234c
authored
Jun 07, 2017
by
Manuel Günther
Browse files
Fixed wrong name
parent
c81d855a
Pipeline
#10458
passed with stages
in 27 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/image/test.cpp
View file @
704d234c
...
...
@@ -5,10 +5,8 @@
* @brief Tests for bob::io::base
*/
#include
<bob.io.base/api.h>
#include
<bob.blitz/cleanup.h>
#include
<bob.extension/documentation.h>
#include
<boost/format.hpp>
#include
<boost/filesystem.hpp>
#include
<bob.io.image/image.h>
...
...
@@ -197,7 +195,7 @@ static PyMethodDef module_methods[] = {
{
0
}
/* Sentinel */
};
PyDoc_STRVAR
(
module_docstr
,
"Tests for bob::io::
bas
e"
);
PyDoc_STRVAR
(
module_docstr
,
"Tests for bob::io::
imag
e"
);
#if PY_VERSION_HEX >= 0x03000000
static
PyModuleDef
module_definition
=
{
...
...
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