mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
Update test_ltc_serial.py
This commit is contained in:
parent
fb233880d1
commit
c0ec2f755c
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
import sys
|
||||||
|
if hasattr(sys.stdout, "reconfigure"):
|
||||||
|
sys.stdout.reconfigure(encoding='utf-8')
|
||||||
|
|
||||||
import serial
|
import serial
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue