$OpenBSD: patch-scan_py,v 1.12 2015/02/05 17:34:33 ajacoutot Exp $
--- scan.py.orig	Thu Jan 29 13:20:49 2015
+++ scan.py	Thu Feb  5 14:28:00 2015
@@ -1126,7 +1126,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)
