[SCM] morituri/master: pep8 fixes
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun Oct 19 20:09:41 UTC 2014
The following commit has been merged in the master branch:
commit 6b31fa47d131a4ebcfcd322eba378d183d6a3eb9
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date: Sun Nov 11 22:25:08 2012 +0000
pep8 fixes
diff --git a/morituri/rip/drive.py b/morituri/rip/drive.py
index edc9aa6..7abbad4 100644
--- a/morituri/rip/drive.py
+++ b/morituri/rip/drive.py
@@ -50,9 +50,8 @@ class List(logcommand.LogCommand):
if not paths:
print 'No drives found.'
+
class Drive(logcommand.LogCommand):
summary = "handle drives"
subCommandClasses = [List, ]
-
-
diff --git a/morituri/rip/offset.py b/morituri/rip/offset.py
index 57d86f5..3f2babb 100644
--- a/morituri/rip/offset.py
+++ b/morituri/rip/offset.py
@@ -218,5 +218,3 @@ class Offset(logcommand.LogCommand):
summary = "handle drive offsets"
subCommandClasses = [Find, ]
-
-
--
morituri packaging
More information about the pkg-multimedia-commits
mailing list