Edgewall Software

Changes between Version 20 and Version 21 of TracDev/DatabaseApi


Ignore:
Timestamp:
Jan 8, 2011, 6:27:09 PM (13 years ago)
Author:
Sebastian Krysmanski <sebastian@…>
Comment:

Added missing import

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DatabaseApi

    v20 v21  
    3737#!python
    3838from trac.env import Environment
     39from trac.db import with_transaction
    3940def myFunc():
    4041    env = Environment('/path/to/projenv')
     
    5960#!python
    6061from trac.env import Environment
     62from trac.db import with_transaction
    6163def myFunc1():
    6264    env = Environment('/path/to/projenv')