This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove an unused import
main
Seo Sanghyeon
18 years ago
parent
56cd1534eb
commit
e8b267d477
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Utility.py
+ 1
- 1
Utility.py
View File
@@ -14,7 +14,7 @@
ident = "$Id$"
import sys, types, httplib,
smtplib,
urllib, socket, weakref
import sys, types, httplib, urllib, socket, weakref
from os.path import isfile
from string import join, strip, split
from UserDict import UserDict
Write
Preview
Loading…
Cancel
Save