diff options
| author | Jacob Kaplan-Moss | 2009-04-12 16:25:05 -0500 | 
|---|---|---|
| committer | Jacob Kaplan-Moss | 2009-04-12 16:25:05 -0500 | 
| commit | b5ee253b28673fcfad49f09d9d2687e86ed520b7 (patch) | |
| tree | 32f3f5939bf8d69503f443573414ea80567d095e /src/shorturls/tests/__init__.py | |
| parent | 4391a39ee4cde31ff9c9a56cd8d452b934136b4e (diff) | |
| download | django-shorturls-b5ee253b28673fcfad49f09d9d2687e86ed520b7.tar.bz2 | |
Added a working shorturl redirect view, with tests.
Diffstat (limited to 'src/shorturls/tests/__init__.py')
| -rw-r--r-- | src/shorturls/tests/__init__.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/shorturls/tests/__init__.py b/src/shorturls/tests/__init__.py index d983d15..6b7a7a3 100644 --- a/src/shorturls/tests/__init__.py +++ b/src/shorturls/tests/__init__.py @@ -1 +1,2 @@ -from test_views import *
\ No newline at end of file +from shorturls.tests.models import * +from shorturls.tests.test_views import *
\ No newline at end of file | 
