Skip to content

Commit

Permalink
import .fixtures correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dieuska committed Jan 30, 2015
1 parent 5b50c83 commit c10695b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import unittest

from fixtures.data import (
from .fixtures.data import (
trees
)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
text_type
)

from fixtures.data import (
from .fixtures.data import (
larch,
species,
trees
Expand Down
2 changes: 1 addition & 1 deletion tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pyramid.httpexceptions import (
HTTPNotFound
)
from fixtures.data import (
from .fixtures.data import (
trees
)
from skosprovider.skos import (
Expand Down

0 comments on commit c10695b

Please sign in to comment.