Skip to content

Commit

Permalink
print function
Browse files Browse the repository at this point in the history
  • Loading branch information
huberya committed Feb 23, 2021
1 parent aaac3a9 commit e2e6527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/numpy_eigen/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import print_function

import os
print 'Importing numpy_test ', os.path.realpath(__file__)
print('Importing numpy_test ', os.path.realpath(__file__))
from ..libnumpy_eigen_test import *

0 comments on commit e2e6527

Please sign in to comment.