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

« back to all changes in this revision

Viewing changes to storm/variables.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 datetime import datetime, date, time, timedelta
22
24
from decimal import Decimal
23
25
from functools import partial