Commit f261223c authored by Neal Norwitz's avatar Neal Norwitz

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

parent e98d16e8
...@@ -112,7 +112,6 @@ def choose_boundary(): ...@@ -112,7 +112,6 @@ def choose_boundary():
import random import random
if _prefix is None: if _prefix is None:
import socket import socket
import os
hostid = socket.gethostbyname(socket.gethostname()) hostid = socket.gethostbyname(socket.gethostname())
try: try:
uid = `os.getuid()` uid = `os.getuid()`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment