Skip to content

Commit

Permalink
Update health
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Jan 22, 2018
1 parent a4b22b5 commit 4e40574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/janitoo_hostsensor/hostsensor.py
Expand Up @@ -26,20 +26,15 @@

import logging
logger = logging.getLogger(__name__)
import os, sys
import threading
import time
import os
import uptime

from datetime import datetime, timedelta
from datetime import datetime
from janitoo.options import get_option_autostart
from janitoo.utils import HADD, HADD_SEP, json_dumps, json_loads
from janitoo.node import JNTNode
from janitoo.value import JNTValue
from janitoo.utils import HADD, json_dumps, json_loads
from janitoo.component import JNTComponent
from janitoo.thread import JNTBusThread
from janitoo.bus import JNTBus
from janitoo.classes import COMMAND_DESC

##############################################################
#Check that we are in sync with the official command classes
Expand Down
1 change: 1 addition & 0 deletions src/janitoo_hostsensor/server.py
Expand Up @@ -29,6 +29,7 @@
import logging
logger = logging.getLogger(__name__)

import os
from threading import Thread, Event
from pkg_resources import get_distribution, DistributionNotFound

Expand Down

0 comments on commit 4e40574

Please sign in to comment.