Skip to content

Commit

Permalink
fix final tests - all passing
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Dec 13, 2017
1 parent bee3abb commit 1ca6a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pyff/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

from pyff import utils
from pyff.constants import NS
from pyff.utils import resource_filename, parse_xml, find_entity, root, resource_string, entities_list
from pyff.samlmd import find_entity, entities_list
from pyff.utils import resource_filename, parse_xml, root, resource_string
from ..merge_strategies import replace_existing, remove


Expand Down

0 comments on commit 1ca6a32

Please sign in to comment.