aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Titeux2013-10-17 10:28:30 +0200
committerMarc-Olivier Titeux2013-10-17 10:28:30 +0200
commitdd5f9a0bc90a9fb90eae17a346614dfde767d29a (patch)
tree84ba7f79b7cee0dbcc4de60e67dbf1a9218a8eab
parent7f830fcfc18ce890c08d664554904cdb7a40ec22 (diff)
downloaddjango-brevisurl-dd5f9a0bc90a9fb90eae17a346614dfde767d29a.tar.bz2
Missed branch... missed import
-rw-r--r--brevisurl/tests/test_models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/brevisurl/tests/test_models.py b/brevisurl/tests/test_models.py
index 890ab36..43745c4 100644
--- a/brevisurl/tests/test_models.py
+++ b/brevisurl/tests/test_models.py
@@ -1,4 +1,5 @@
from random import sample
+import string
from django.core.exceptions import ValidationError
from django.test import TestCase