Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 438240 | Differences between
and this patch

Collapse All | Expand All

(-)a/irkerhook.py (-2 / +1 lines)
Lines 88-94 class Commit: Link Here
88
                    self.url = webview
88
                    self.url = webview
89
            except IOError:
89
            except IOError:
90
                self.url = ""
90
                self.url = ""
91
        return self.template % self.__dict__
91
        return unicode(self.template % self.__dict__, "utf-8")
92
92
93
class GenericExtractor:
93
class GenericExtractor:
94
    "Generic class for encapsulating data from a VCS."
94
    "Generic class for encapsulating data from a VCS."
95
- 

Return to bug 438240