From 98ee9bb0db3c5fbac9ee7cca315c11835494ca48 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Thu, 31 Mar 2016 12:13:11 +0100 Subject: [PATCH] Fix imports in tests --- RIGS/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/test_functional.py b/RIGS/test_functional.py index 154fdfb2..ed563be3 100644 --- a/RIGS/test_functional.py +++ b/RIGS/test_functional.py @@ -11,7 +11,7 @@ import re import os from datetime import date, timedelta from django.db import transaction -import reversion +from reversion import revisions as reversion import json