Skip to content

Commit 9306666

Browse files
committed
1 bug fix
1 parent 180e85f commit 9306666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python2
22

3-
import subprocess, os, sys, time, threading, signal, smtplib, urllib2, random, fnmatch
3+
import subprocess, os, sys, time, threading, signal, smtplib, random, fnmatch
44
from socket import *
55
from threading import Thread
66

0 commit comments

Comments
 (0)