Skip to content

Commit

Permalink
[#1038] Fix for python 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Dec 9, 2013
1 parent b95ef59 commit 22a3432
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/tests/models/test_group.py
@@ -1,7 +1,6 @@
from nose.tools import assert_equal, assert_in, assert_not_in
from ckan.tests import assert_equal, assert_in, assert_not_in, CreateTestData

import ckan.model as model
from ckan.tests import *

class TestGroup(object):

Expand Down

0 comments on commit 22a3432

Please sign in to comment.