$OpenBSD: patch-scan_py,v 1.15 2016/02/25 03:50:37 ajacoutot Exp $
--- scan.py.orig	Mon Feb  8 10:43:43 2016
+++ scan.py	Wed Feb 10 09:14:55 2016
@@ -1147,7 +1147,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)
