Add support kwargs to the SourceColumn class. Improve the event widgets, views and tests. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
7 lines
269 B
Python
7 lines
269 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_EVENT_TYPE_NAMESPACE_LABEL = 'test event type namespace label'
|
|
TEST_EVENT_TYPE_NAMESPACE_NAME = 'test_event_type_namespace_name'
|
|
TEST_EVENT_TYPE_LABEL = 'test event type label'
|
|
TEST_EVENT_TYPE_NAME = 'test_event_type_name'
|