Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15 from mozilla-services/import-unittest-from-sup…
Browse files Browse the repository at this point in the history
…port

Rather than importing unittest on its own, use tests.support.
  • Loading branch information
Natim committed Sep 2, 2015
2 parents 54b383b + cc775e7 commit 47abcda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syncto/tests/test_authentication.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mock
import unittest
from .support import unittest

from pyramid.httpexceptions import HTTPUnauthorized
from cliquet.tests.support import DummyRequest
Expand Down
2 changes: 1 addition & 1 deletion syncto/tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import unittest
from .support import unittest

from binascii import hexlify
from six import text_type, binary_type
Expand Down

0 comments on commit 47abcda

Please sign in to comment.