From d965481ae893f51b7f42e9dd371dbdf647cedfc7 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 1 Mar 2016 14:32:17 -0600 Subject: [PATCH] fixed import of micro800 --- python/tagserver_SQLite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tagserver_SQLite.py b/python/tagserver_SQLite.py index 15a4cfc..451db48 100644 --- a/python/tagserver_SQLite.py +++ b/python/tagserver_SQLite.py @@ -9,7 +9,7 @@ Created on Dec 8, 2015 import time import sqlite3 as lite from pycomm.ab_comm.clx import Driver as ClxDriver -from pycomm_micro.ab_comm.clx import Driver as u800Driver +import micro800 as u800 import logging # con = lite.connect("/usr/db/data.db")