os was already imported in the module, no need to re-import

This commit is contained in:
Neal Norwitz 2002-03-26 16:21:52 +00:00
parent e98d16e8a4
commit f261223ccd

View file

@ -112,7 +112,6 @@ def choose_boundary():
import random
if _prefix is None:
import socket
import os
hostid = socket.gethostbyname(socket.gethostname())
try:
uid = `os.getuid()`