cleanup the imports
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import ctypes
|
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
@@ -9,10 +8,9 @@ import time
|
|||||||
import zmq
|
import zmq
|
||||||
import zmq.auth
|
import zmq.auth
|
||||||
|
|
||||||
from aman.com import AircraftReport_pb2
|
|
||||||
from aman.com import Communication_pb2
|
from aman.com import Communication_pb2
|
||||||
from aman.config.Server import Server
|
from aman.config.Server import Server
|
||||||
from threading import Thread, _active
|
from threading import Thread
|
||||||
|
|
||||||
class ComThread(Thread):
|
class ComThread(Thread):
|
||||||
def __init__(self, com, aman):
|
def __init__(self, com, aman):
|
||||||
|
|||||||
Reference in New Issue
Block a user