# # # patch "tracvc/mtn/automate.py" # from [d731080c4d4937f8026740125c6b71976810e1a2] # to [af9355ccb67b71a5606ec9017de5579c6b4456dd] # ============================================================ --- tracvc/mtn/automate.py d731080c4d4937f8026740125c6b71976810e1a2 +++ tracvc/mtn/automate.py af9355ccb67b71a5606ec9017de5579c6b4456dd @@ -1,9 +1,9 @@ Trac Plugin for Monotone #!/usr/bin/env python # -*- coding: utf-8 -*- """ Trac Plugin for Monotone -Copyright 2006 - 2008 Thomas Moschny (address@hidden) +Copyright 2006-2008 Thomas Moschny (address@hidden) {{{ This program is free software; you can redistribute it and/or modify @@ -37,14 +37,7 @@ class AutomateException(Exception): """Thrown when the status of an automate command is not null, indicating that there is no valid result.""" - def __init__(self, cause): - Exception.__init__(self) - self.cause = cause - def __str__(self): - return self.cause - - class Automate(object): """General interface to the 'automate stdio' command."""