Fixed the os.environ patch (bogus)

This commit is contained in:
Joshua McKenty
2010-07-07 12:24:24 -07:00
committed by Vishvananda Ishaya
parent b9a8bd2d55
commit 6d695e8410

View File

@@ -26,7 +26,7 @@ import logging
import socket
import sys
import os.path
import os.environ
import os
import inspect
import subprocess
import random