summaryrefslogtreecommitdiff
path: root/libre/hplip/fix_tabs.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-06-01 22:55:28 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-06-01 22:55:28 -0500
commit4d46463d2534e5f6459060e981da17c2cac9cfec (patch)
tree54977e2cb3daa3b6fe2be4c429b51dafa189ddf6 /libre/hplip/fix_tabs.patch
parentb256c792f7ab11d4c9162402a1b028259b761f87 (diff)
downloadabslibre-4d46463d2534e5f6459060e981da17c2cac9cfec.tar.gz
abslibre-4d46463d2534e5f6459060e981da17c2cac9cfec.tar.bz2
abslibre-4d46463d2534e5f6459060e981da17c2cac9cfec.zip
hplip-3.17.4-1.parabola1: updating version
Diffstat (limited to 'libre/hplip/fix_tabs.patch')
-rw-r--r--libre/hplip/fix_tabs.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/libre/hplip/fix_tabs.patch b/libre/hplip/fix_tabs.patch
deleted file mode 100644
index 1552933df..000000000
--- a/libre/hplip/fix_tabs.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- prnt/filters/hpps 2016-08-26 12:04:29.000000000 +0200
-+++ prnt/filters/hpps.new 2016-08-31 21:19:57.868640372 +0200
-@@ -191,11 +191,11 @@
- msg("Setting Pin to default")
- else:
- szKeyInitials = ['HPFIDigit', 'HPSEDigit', 'HPTHDigit', 'HPFTDigit']
-- for x in szKeyInitials:
-+ for x in szKeyInitials:
- try:
-- secpin += opts[x]
-+ secpin += opts[x]
- except KeyError:
-- secpin += '0'
-+ secpin += '0'
-
- os.write(output_fd, to_bytes_utf8('@PJL SET HOLDKEY="%s"\x0a' % secpin))
-