[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
PATCH: fix indentation error (courtesy of pychecker)
- From: Hans de Goede <hdegoede redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: PATCH: fix indentation error (courtesy of pychecker)
- Date: Mon, 03 Nov 2008 12:25:34 +0100
Hi All,
Not sure how good thunderbird is with inline patches ...
index eb3f647..18c2c40 100644
--- a/filer.py
+++ b/filer.py
@@ -117,8 +117,8 @@ class AbstractFiler(object):
same product name. If not, return self.defaultProduct. This method
queries the bug filing system for a list of valid products. It must
be provided by all subclasses.
- """
- raise NotImplementedError
+ """
+ raise NotImplementedError
def getversion(self, ver, prod):
"""Verify that ver is a valid version number for the product name prod.
Regards,
Hans
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]