~cjwatson/storm/tox-fix-cextensions-logic

« back to all changes in this revision

Viewing changes to storm/database.py

  • Committer: Colin Watson
  • Date: 2019-06-06 08:56:25 UTC
  • mfrom: (498.1.1 py3-print)
  • Revision ID: cjwatson@canonical.com-20190606085625-xtdk9jycqbu7std8
Use Python 3-style print functions. [r=simpoir]

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
supported in modules in L{storm.databases}.
26
26
"""
27
27
 
 
28
from __future__ import print_function
 
29
 
28
30
from storm.expr import Expr, State, compile
29
31
# Circular import: imported at the end of the module.
30
32
# from storm.tracer import trace