Skip to content

Commit

Permalink
Fix imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Oct 20, 2016
1 parent 450a738 commit d92bb73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import mock

from compat import unittest
from tests.compat import unittest

from gitsome.github import GitHub
from tests.mock_feed_parser import MockFeedParser
Expand Down
2 changes: 1 addition & 1 deletion tests/test_github_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from __future__ import print_function

import mock
from compat import unittest
from tests.compat import unittest

from click.testing import CliRunner

Expand Down

0 comments on commit d92bb73

Please sign in to comment.