3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 21:19:31 +01:00

remove unneeded imports

This commit is contained in:
James Lu 2015-05-30 22:35:31 -07:00
parent d158143cea
commit 4ead81a66f
2 changed files with 0 additions and 4 deletions

View File

@ -3,9 +3,7 @@
import yaml
import imp
import os
import threading
import socket
import multiprocessing
import time
import sys

View File

@ -1,7 +1,5 @@
import threading
import socket
import time
import re
import sys
from utils import *
from copy import copy