~cjwatson/storm/zope-interface-class-decorators

« back to all changes in this revision

Viewing changes to tests/twisted/transact.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:
 
1
from __future__ import print_function
 
2
 
1
3
from tests import has_psycopg
2
4
from tests.helper import TestHelper
3
5
from tests.zope import has_transaction, has_zope_component