cleanup imports
This commit is contained in:
parent
1e0f93bbf2
commit
12440acd96
22 changed files with 119 additions and 122 deletions
|
|
@ -2,12 +2,11 @@
|
|||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
from __future__ import division
|
||||
|
||||
import settings
|
||||
from changelog import Changelog
|
||||
from user.models import User
|
||||
|
||||
import state
|
||||
from websocket import trigger_event
|
||||
import settings
|
||||
import state
|
||||
|
||||
import logging
|
||||
logger = logging.getLogger('oml.node.nodeapi')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue