changeset 236:34202d89f57d

For some very weird reason, this import confused the code coverage collection via `trace.py`.
author cmlenz
date Fri, 30 Sep 2005 21:45:05 +0000
parents b8b0b0765237
children fd509f1ea029
files bitten/model.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/model.py
+++ b/bitten/model.py
@@ -12,7 +12,7 @@
 except NameError:
     from sets import Set as set
 
-from trac.db_default import Table, Column, Index
+from trac.db import Table, Column, Index
 
 
 class BuildConfig(object):
Copyright (C) 2012-2017 Edgewall Software