[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: PATCH: fix indentation error (courtesy of pychecker)
- From: Martin Sivak <msivak redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: PATCH: fix indentation error (courtesy of pychecker)
- Date: Mon, 3 Nov 2008 06:25:08 -0500 (EST)
Looks OK to me
Martin
----- Original Message -----
From: "Hans de Goede" <hdegoede redhat com>
To: "Discussion of Development and Customization of the Red Hat Linux Installer" <anaconda-devel-list redhat com>
Sent: Monday, November 3, 2008 12:25:34 PM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
Subject: PATCH: fix indentation error (courtesy of pychecker)
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]