~cjwatson/storm/py3-tests-prepare-strings

« back to all changes in this revision

Viewing changes to tests/databases/base.py

  • Committer: Colin Watson
  • Date: 2019-06-07 22:13:06 UTC
  • mfrom: (506.1.1 six-moves)
  • Revision ID: cjwatson@canonical.com-20190607221306-gebpih23izzkq342
Import from six.moves where appropriate. [r=simpoir]

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from __future__ import print_function
24
24
 
25
25
from datetime import datetime, date, time, timedelta
26
 
import cPickle as pickle
27
26
import shutil
28
27
import sys
29
28
import os
30
29
 
 
30
from six.moves import cPickle as pickle
 
31
 
31
32
from storm.uri import URI
32
33
from storm.expr import Select, Column, SQLToken, SQLRaw, Count, Alias
33
34
from storm.variables import (Variable, PickleVariable, RawStrVariable,