fix imports

This commit is contained in:
Dimitur Kirov 2006-03-21 15:57:44 +00:00
parent 78d48a141c
commit 3f0ac6b3d9
2 changed files with 1 additions and 2 deletions

View File

@ -29,13 +29,11 @@
import sys
import os
import time
import sre
import traceback
import random
random.seed()
import signal
import base64
if os.name != 'nt':
signal.signal(signal.SIGPIPE, signal.SIG_DFL)

View File

@ -19,6 +19,7 @@
import os
import time
import base64
import socket
from calendar import timegm