diff options
| author | Marc-Olivier Titeux | 2013-10-17 10:28:30 +0200 |
|---|---|---|
| committer | Marc-Olivier Titeux | 2013-10-17 10:28:30 +0200 |
| commit | dd5f9a0bc90a9fb90eae17a346614dfde767d29a (patch) | |
| tree | 84ba7f79b7cee0dbcc4de60e67dbf1a9218a8eab | |
| parent | 7f830fcfc18ce890c08d664554904cdb7a40ec22 (diff) | |
| download | django-brevisurl-dd5f9a0bc90a9fb90eae17a346614dfde767d29a.tar.bz2 | |
Missed branch... missed import
| -rw-r--r-- | brevisurl/tests/test_models.py | 1 |
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 |
