Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Fix to be fully qualified names in imports on tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Runesson (maoz) authored and Magnus Runesson (maoz) committed Sep 26, 2018
1 parent e32f97e commit fe202c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_hive.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
from mock import MagicMock

import hive
from policytool import hive


class _CursorMock:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_policyutil.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

import policyutil
from policytool import policyutil


class TestValidatePolicy(unittest.TestCase):
Expand Down

0 comments on commit fe202c7

Please sign in to comment.