git » msnlib » commit 8d7feb0

Remove some unnecesary imports.

author Alberto Bertogli
2005-05-31 00:53:14 UTC
committer Alberto Bertogli
2005-05-31 00:53:14 UTC
parent 44c8a1dfebcf449fc03b712b1933c03407a861ad

Remove some unnecesary imports.

msnlib.py +0 -3

diff --git a/msnlib.py b/msnlib.py
index 238a062..52b84af 100644
--- a/msnlib.py
+++ b/msnlib.py
@@ -1,11 +1,8 @@
 
 
 import sys
-import time
 import string
 import socket
-import select
-import md5
 import urllib
 
 """