~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to tests/django/stores.py

  • Committer: James Henstridge
  • Date: 2009-03-04 16:56:58 UTC
  • mfrom: (298 trunk)
  • mto: This revision was merged to the branch mainline in revision 301.
  • Revision ID: james@jamesh.id.au-20090304165658-38byw0cvce12kah0
merge from trunk, fixing conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    from django.core.exceptions import ImproperlyConfigured
27
27
    import transaction
28
28
except ImportError:
29
 
    import traceback; traceback.print_exc()
30
29
    have_django_and_transaction = False
31
30
else:
32
31
    have_django_and_transaction = True