You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
diff -up hplip-3.15.9/config_usb_printer.py.no-write-bytecode hplip-3.15.9/config_usb_printer.py |
|
--- hplip-3.15.9/config_usb_printer.py.no-write-bytecode 2015-10-23 15:42:45.252723455 +0100 |
|
+++ hplip-3.15.9/config_usb_printer.py 2015-10-23 15:43:06.695592567 +0100 |
|
@@ -1,4 +1,4 @@ |
|
-#!/usr/bin/env python |
|
+#!/usr/bin/env python -B |
|
# -*- coding: utf-8 -*- |
|
# |
|
# (c) Copyright 2011-2014 Hewlett-Packard Development Company, L.P. |
|
diff -up hplip-3.15.9/fax/backend/hpfax.py.no-write-bytecode hplip-3.15.9/fax/backend/hpfax.py |
|
--- hplip-3.15.9/fax/backend/hpfax.py.no-write-bytecode 2015-10-23 15:42:21.180873748 +0100 |
|
+++ hplip-3.15.9/fax/backend/hpfax.py 2015-10-23 15:42:21.189873691 +0100 |
|
@@ -1,4 +1,4 @@ |
|
-#!/usr/bin/env python |
|
+#!/usr/bin/env python -B |
|
# -*- coding: utf-8 -*- |
|
# |
|
# (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P. |
|
diff -up hplip-3.15.9/prnt/filters/hpps.no-write-bytecode hplip-3.15.9/prnt/filters/hpps |
|
--- hplip-3.15.9/prnt/filters/hpps.no-write-bytecode 2016-01-04 16:44:08.000000000 +0100 |
|
+++ hplip-3.15.9/prnt/filters/hpps 2016-01-04 16:50:11.272921194 +0100 |
|
@@ -1,4 +1,4 @@ |
|
-#!/usr/bin/env python |
|
+#!/usr/bin/env python -B |
|
# -*- coding: utf-8 -*- |
|
# |
|
# (c) Copyright 2003-2012 Hewlett-Packard Development Company, L.P.
|
|
|