Browse Source

remove unused imports

283
ThomasV 10 years ago
parent
commit
b2a13dbd9c
  1. 5
      lib/verifier.py

5
lib/verifier.py

@ -17,10 +17,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import threading, time, Queue, os, sys, shutil import threading
import Queue
import util import util
from util import user_dir, print_error
from bitcoin import * from bitcoin import *

Loading…
Cancel
Save