From e43e06b80eefbdf9d0eeaecaf0693935f490e3c7 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sun, 30 Jun 2013 18:46:03 -0400 Subject: [PATCH] More WS cleanup courtesy of @Arfrever --- Sane/CHANGES | 2 +- Sane/README | 4 ++-- Scripts/README | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sane/CHANGES b/Sane/CHANGES index 95c14697e..47fb96cf1 100644 --- a/Sane/CHANGES +++ b/Sane/CHANGES @@ -12,7 +12,7 @@ _sane.c: because it is only set when SANE_ACTION_SET_VALUE is used. - scanDev.get_parameters() now returns the scanner mode as 'format', no more the typical PIL codes. So 'L' became 'gray', 'RGB' is now - 'color', 'R' is 'red', 'G' is 'green', 'B' is 'red'. This matches + 'color', 'R' is 'red', 'G' is 'green', 'B' is 'red'. This matches the way scanDev.mode is set. This should be the only incompatibility vs. version 1.0. diff --git a/Sane/README b/Sane/README index ddff0cf24..fa6c8a05f 100644 --- a/Sane/README +++ b/Sane/README @@ -3,13 +3,13 @@ Python SANE module V1.1 (30 Sep. 2004) The SANE module provides an interface to the SANE scanner and frame grabber interface for Linux. This module was contributed by Andrew -Kuchling and is extended and currently maintained by Ralph Heinkel +Kuchling and is extended and currently maintained by Ralph Heinkel (rheinkel-at-email.de). If you write to me please make sure to have the word 'SANE' or 'sane' in the subject of your mail, otherwise it might be classified as spam in the future. -To build this module, type (in the Sane directory): +To build this module, type (in the Sane directory): python setup.py build diff --git a/Scripts/README b/Scripts/README index a09b0621a..befa7e7be 100644 --- a/Scripts/README +++ b/Scripts/README @@ -14,7 +14,7 @@ pildriver.py (by Eric S. Raymond) A class implementing an image-processing calculator for scripts. Parses lists of commnds (or, called interactively, command-line -arguments) into image loads, transformations, and saves. +arguments) into image loads, transformations, and saves. -------------------------------------------------------------------- viewer.py