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

« back to all changes in this revision

Viewing changes to setup.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
1
#!/usr/bin/env python
 
2
 
 
3
from __future__ import print_function
 
4
 
2
5
import os
3
6
import re
4
7