diff options
| author | markotibold | 2011-03-11 12:47:16 +0100 | 
|---|---|---|
| committer | markotibold | 2011-03-11 12:47:16 +0100 | 
| commit | ecb82b0318f5dae29f4a00416fb279dff549c3b1 (patch) | |
| tree | 5981e8c34ebdfb6ba0bd393dad608a881d2fffdf /examples/pygments_api | |
| parent | d6e7e95d95e7367f0d999c14d874d810a028a177 (diff) | |
| download | django-rest-framework-ecb82b0318f5dae29f4a00416fb279dff549c3b1.tar.bz2 | |
Refactoring and added another test for blog-posts. Finally got eclipse setup properly with virtualenvs (code analysis). Also I think  I get Bitbuckets workflow now.
Diffstat (limited to 'examples/pygments_api')
| -rw-r--r-- | examples/pygments_api/tests.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pygments_api/tests.py b/examples/pygments_api/tests.py index 76f1afba..0036345c 100644 --- a/examples/pygments_api/tests.py +++ b/examples/pygments_api/tests.py @@ -1,7 +1,7 @@  from django.test import TestCase
  from djangorestframework.compat import RequestFactory
  from pygments_api import views
 -import os, tempfile, shutil, time, json
 +import tempfile, shutil, json
  class TestPygmentsExample(TestCase):
  | 
