$OpenBSD: patch-scan_py,v 1.14 2015/11/17 08:57:45 ajacoutot Exp $
--- scan.py.orig	Thu Nov 12 11:29:04 2015
+++ scan.py	Tue Nov 17 09:23:50 2015
@@ -1143,7 +1143,7 @@ try:
             elif d == 'print':
                 hp_print = utils.which("hp-print", True)
                 if not hp_print:
-                    hp_print = 'python ./print.py'
+                    hp_print = '${MODPY_BIN} ./print.py'
                  
                 if dest_printer is not None:
                    cmd = '%s -p %s %s &' % (hp_print, dest_printer, output)
