#2004: [PATCH] Syntax error in CustomShellMixin
--------------------------+-------------------------------------------------
Reporter: PeterRussell | Owner: faide
Type: defect | Status: new
Priority: normal | Milestone: 1.1
Component: TurboGears | Version: 1.1 HEAD
Severity: trivial | Keywords:
--------------------------+-------------------------------------------------
There's a syntax error in turbogears/command/base.py, where a class is
declared
{{{
class CustomShellMixin():
}}}
instead of
{{{
class CustomShellMixin(object):
}}}
Patch attached
--
Ticket URL: <http://trac.turbogears.org/ticket/2004>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---