ttfw: fix incorrect relative import for python3

This commit is contained in:
He Yin Ling
2019-12-27 17:58:36 +08:00
parent c3eb27e1e8
commit 8df08de486
4 changed files with 8 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ except ImportError:
import serial
from serial.tools import list_ports
import Utility
from . import Utility
class ExpectTimeout(ValueError):