cti-python-stix2/stix2
Michael Chisholm 5d016142cf Small tweaks: move the definition of DEFAULT_VERSION from the
top-level stix2 package to stix2.version but import it into
stix2.  This makes it possible for someone to get the symbol
without needing to import all of stix2.

Change an "import X" style import to "from X import Y" in
stix2/__init__.py to be consistent with the other imports in
that file.
2021-01-13 11:22:34 -05:00
..
canonicalization
confidence
datastore
equivalence
markings Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
test Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
v20
v21
__init__.py Small tweaks: move the definition of DEFAULT_VERSION from the 2021-01-13 11:22:34 -05:00
base.py
custom.py
environment.py
exceptions.py
parsing.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
pattern_visitor.py
patterns.py
properties.py
registration.py
registry.py
serialization.py
utils.py
version.py Small tweaks: move the definition of DEFAULT_VERSION from the 2021-01-13 11:22:34 -05:00
versioning.py
workbench.py