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.video
Commits
22a8babd
Commit
22a8babd
authored
May 16, 2014
by
André Anjos
💬
Browse files
Fix doctests
parent
444335f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide.rst
View file @
22a8babd
...
...
@@ -7,6 +7,12 @@
import numpy
import xbob.io.base
import xbob.io.video
import tempfile
import os
current_directory = os.path.realpath(os.curdir)
temp_dir = tempfile.mkdtemp(prefix='bob_doctest_')
os.chdir(temp_dir)
============
User Guide
...
...
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