Remove old compatibility code regarding importing the old

stix2.core module.
pull/1/head
Michael Chisholm 2021-01-28 19:21:57 -05:00
parent eead72aabc
commit 83abf78af5
1 changed files with 1 additions and 5 deletions

View File

@ -10,11 +10,7 @@ import pytz
import six
import stix2.version
try:
import stix2.registry as mappings
except ImportError:
import stix2.core as mappings
import stix2.registry as mappings
# Sentinel value for properties that should be set to the current time.