Withon Python 2.7.12 this happens if you try to import everything: ```python >>> from hawkular import * Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'DampeningFullTrigger' >>> ```
Withon Python 2.7.12 this happens if you try to import everything: