fix python tests

This commit is contained in:
Hans Dembinski
2018-07-04 23:51:42 +02:00
parent d03bf52ffa
commit 43dbc112b3
10 changed files with 45 additions and 18 deletions

View File

@@ -1,6 +1,9 @@
#[ guide_mixed_cpp_python_part_py
from __future__ import print_function
import sys
import os
sys.path.append(os.getcwd())
#[ guide_mixed_cpp_python_part_py
import histogram as bh
import cpp_filler