add missing import

This commit is contained in:
Yann Leboulanger 2008-12-07 13:23:27 +00:00
parent 82dafc74b5
commit 944a3124c1
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
import socket
import struct
import sha
import os
from errno import EWOULDBLOCK
from errno import ENOBUFS