~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/sqlobject/__init__.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
__metaclass__ = type
7
7
 
 
8
# SKIP this file when reformatting, due to the sys mangling.
8
9
import datetime
9
10
 
10
11
from storm.exceptions import NotOneError as SQLObjectMoreThanOneResultError