From f82ed46ca4aa832f487c57eb0609ef6f62c24155 Mon Sep 17 00:00:00 2001 From: travisutk Date: Sun, 28 Aug 2011 19:53:46 +0000 Subject: [PATCH] Moved 'import serial' into the serInit() function. About to wrap for py-bluez support. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1035 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFET.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/GoodFET.py b/client/GoodFET.py index ce83100..89362df 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -5,7 +5,7 @@ # # This code is being rewritten and refactored. You've been warned! -import sys, time, string, cStringIO, struct, glob, serial, os; +import sys, time, string, cStringIO, struct, glob, os; import sqlite3; fmt = ("B", "