diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-13 20:47:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-13 20:47:49 +0200 |
commit | 8d6abb815f98e21338b053cc72c970ea2c32910a (patch) | |
tree | e8e4f5883b74df32c4cf98172d06e7528be790ec /src/monitor.py | |
parent | m (diff) | |
download | blueshift-8d6abb815f98e21338b053cc72c970ea2c32910a.tar.gz blueshift-8d6abb815f98e21338b053cc72c970ea2c32910a.tar.bz2 blueshift-8d6abb815f98e21338b053cc72c970ea2c32910a.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/monitor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/monitor.py b/src/monitor.py index fe810cf..2a9e2a8 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -522,7 +522,6 @@ class EDID: # TODO demo and document this self.gamma_correction = self.gamma / 2.2 if not sum(edid) % 256 == 0: raise Exception('Incorrect EDID checksum') - def list_screens(method = 'randr', display = None): |