aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pygments_api/tests.py
diff options
context:
space:
mode:
authorTom Christie2011-04-27 18:44:21 +0100
committerTom Christie2011-04-27 18:44:21 +0100
commit5a59f339c1757767b136de33faa5b67a972141a1 (patch)
tree56af543c3312875e8e945248293ebc263d833b44 /examples/pygments_api/tests.py
parentb18302586c0eeea2e09c799544b9c0a855e11755 (diff)
downloaddjango-rest-framework-5a59f339c1757767b136de33faa5b67a972141a1.tar.bz2
Urg. Fixing broken merge
Diffstat (limited to 'examples/pygments_api/tests.py')
-rw-r--r--examples/pygments_api/tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/pygments_api/tests.py b/examples/pygments_api/tests.py
index 766defc3..6eb69da5 100644
--- a/examples/pygments_api/tests.py
+++ b/examples/pygments_api/tests.py
@@ -1,18 +1,12 @@
from django.test import TestCase
from django.utils import simplejson as json
-<<<<<<< local
-=======
->>>>>>> other
from djangorestframework.compat import RequestFactory
from pygments_api import views
import tempfile, shutil
-<<<<<<< local
-=======
->>>>>>> other
class TestPygmentsExample(TestCase):