Fix to an import statement which was necessary due to the
circular import refactoring. I think I just forgot to include this in the previous commit...pull/1/head
parent
fa6cff8a34
commit
51937232db
|
@ -10,7 +10,7 @@ import six
|
||||||
|
|
||||||
import stix2
|
import stix2
|
||||||
try:
|
try:
|
||||||
import stix2.parsing as mappings
|
import stix2.registry as mappings
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import stix2.core as mappings
|
import stix2.core as mappings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue