git » msnlib » commit 7f9d653

Remove unused imports

author Alberto Bertogli
2010-06-25 00:15:50 UTC
committer Alberto Bertogli
2010-06-25 00:15:50 UTC
parent bf96c1f821c433faca069024bcf28183dbc76663

Remove unused imports

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

msn +1 -1
msncb.py +0 -1

diff --git a/msn b/msn
index 85d8ef7..0e9b4e5 100755
--- a/msn
+++ b/msn
@@ -563,7 +563,7 @@ try:
 	newtermattr = termios.tcgetattr(stdinfd)
 	newtermattr[3] = newtermattr[3] & ~termios.ICANON & ~termios.ECHO
 	termios.tcsetattr(stdinfd, termios.TCSANOW, newtermattr)
-	import fcntl, os
+	import fcntl
 	fcntl.fcntl(stdinfd, fcntl.F_SETFL, os.O_NONBLOCK)
 	del(newtermattr)
 	use_termios = 1
diff --git a/msncb.py b/msncb.py
index 1638335..72099b6 100644
--- a/msncb.py
+++ b/msncb.py
@@ -1,6 +1,5 @@
 
 
-import string
 import urllib
 import socket