Commit e830702b authored by kliment's avatar kliment

Remove unused dependency

parent f39d0d91
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
from serial import Serial from serial import Serial
from threading import Thread from threading import Thread
import time import time
import getopt, sys import sys
class printcore(): class printcore():
def __init__(self,port=None,baud=None): def __init__(self,port=None,baud=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment