diff --git a/src/host/libpixyusb2_examples/python_demos/setup.py b/src/host/libpixyusb2_examples/python_demos/setup.py index c954487..4ec885b 100644 --- a/src/host/libpixyusb2_examples/python_demos/setup.py +++ b/src/host/libpixyusb2_examples/python_demos/setup.py @@ -18,8 +18,7 @@ '../../../host/libpixyusb2/src/libpixyusb2.cpp']) import os -print "dir = " -print os.path.dirname(os.path.realpath(__file__)) +print("dir = %s" % os.path.dirname(os.path.realpath(__file__))) setup (name = 'pixy', version = '0.1',