mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-23 07:03:08 +00:00
setup.py: Remove unnecessary imports
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
63366e43d2
commit
4547773edf
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import serial, os, struct, sys, time
|
import os, struct, sys, time
|
||||||
from proxy import *
|
from proxy import *
|
||||||
from tgtypes import *
|
from tgtypes import *
|
||||||
from proxyutils import *
|
from proxyutils import *
|
||||||
|
|
Loading…
Reference in a new issue