Skip to content

Some code examples still use "t." #189

Description

@MarkDavidson

libtaxii used to store constants in libtaxii, which were often used as such:

import libtaxii as t
binding = t.CB_STIX_XML_111

However, these constants are now in libtaxii.constants, and this is the correct idiom:

from libtaxii.constants import *
binding = CB_STIX_XML_111

The examples need to be combed through and updated to reflect the new idiom.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions