mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Leave just importing from mock
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
from mock import patch
|
||||
from six import text_type
|
||||
from unittest import TestCase
|
||||
|
||||
try:
|
||||
# Python 3
|
||||
from unittest.mock import patch
|
||||
except ImportError:
|
||||
# Python 2
|
||||
from mock import patch
|
||||
|
||||
from octodns.source.envvar import EnvVarSource
|
||||
from octodns.source.envvar import EnvironmentVariableNotFoundException
|
||||
from octodns.zone import Zone
|
||||
|
||||
Reference in New Issue
Block a user