diff options
| author | Brandon Cazander | 2015-02-03 02:14:38 -0800 | 
|---|---|---|
| committer | Brandon Cazander | 2015-02-03 02:14:38 -0800 | 
| commit | 030f01afdbcd4018a288250ef1f4c12de28e63bb (patch) | |
| tree | 9095057b1fae544b817ef136bbb8595869327988 /tests/urls.py | |
| parent | f3067a7fabdd0edb5bc5f48cfdadd2850866c189 (diff) | |
| download | django-rest-framework-030f01afdbcd4018a288250ef1f4c12de28e63bb.tar.bz2 | |
Reorganize tests.
Diffstat (limited to 'tests/urls.py')
| -rw-r--r-- | tests/urls.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/urls.py b/tests/urls.py index 742e361d..41f527df 100644 --- a/tests/urls.py +++ b/tests/urls.py @@ -1,6 +1,6 @@  """  Blank URLConf just to keep the test suite happy  """ -from tests import test_relations +from django.conf.urls import patterns -urlpatterns = test_relations.urlpatterns +urlpatterns = patterns('') | 
