TAXIIProject / yeti

YETI is a TAXII implementation
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

custom_handler.py not compatible with latest django-taxii-services or libtaxii #77

Closed johnwunder closed 9 years ago

johnwunder commented 9 years ago

At least as far as I can tell.

For example I wasn't able to import taxii_services.taxii_handlers, which I think should be taxii_services.message_handlers and then the handlers should extend from something like taxii_services.message_handlers.BaseMessageHandler.

johnwunder commented 9 years ago

Or maybe taxii_services.message_handlers.base_handlers.BaseMessageHandler? I don't really know.