From ecb82b0318f5dae29f4a00416fb279dff549c3b1 Mon Sep 17 00:00:00 2001 From: markotibold Date: Fri, 11 Mar 2011 12:47:16 +0100 Subject: 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. --- examples/pygments_api/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pygments_api/tests.py') 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): -- cgit v1.2.3