Changeset 388 for trunk/email2trac.py.in


Ignore:
Timestamp:
06/28/10 08:23:18 (14 years ago)
Author:
bas
Message:

Enabled workflow and notification for 0.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r387 r388  
    802802                        #print 'get_ticket_changes :', b
    803803
    804                         if self.WORKFLOW and (self.VERSION in [0.11]) :
     804                        if self.WORKFLOW and (self.VERSION >= 0.11 ) :
    805805                                from trac.ticket.default_workflow import ConfigurableTicketWorkflow
    806806                                from trac.test import Mock, MockPerm
     
    19451945                        if self.notify_template:
    19461946
    1947                                 if self.VERSION == 0.11:
     1947                                if self.VERSION >= 0.11:
    19481948
    19491949                                        from trac.web.chrome import Chrome
     
    20372037                elif opt in ['-t', '--ticket_prefix']:
    20382038                        ticket_prefix = value
    2039                 elif opt in ['-v', '--version']:
     2039                elif opt in ['-v', '--verbose']:
    20402040                        verbose = True
    20412041       
Note: See TracChangeset for help on using the changeset viewer.