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

« back to all changes in this revision

Viewing changes to tests/helper.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:
18
18
# You should have received a copy of the GNU Lesser General Public License
19
19
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
#
 
21
from __future__ import print_function
 
22
 
21
23
from cStringIO import StringIO
22
24
import tempfile
23
25
import logging