Fix import bugs with tempmon views
This commit is contained in:
parent
b339290274
commit
7705c765ee
|
@ -26,6 +26,8 @@ Views for tempmon probes
|
|||
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
from rattail_tempmon.db import model as tempmon
|
||||
|
||||
from tailbone import forms
|
||||
from tailbone.views.tempmon import MasterView, ClientFieldRenderer
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@ Views for tempmon readings
|
|||
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
from rattail_tempmon.db import model as tempmon
|
||||
|
||||
from tailbone.views.tempmon import MasterView, ClientFieldRenderer, ProbeFieldRenderer
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue