svn path=/main/trunk/; revision=13989
def _unicode_module_wrapper(mod):
return mod
+os = _unicode_module_wrapper(os)
+
def _shell_quote(s):
"""
Quote a string in double-quotes and use backslashes to
from portage.cache.mappings import slot_dict_class
import codecs
-import os, re, shutil, stat, errno, copy, subprocess
+import re, shutil, stat, errno, copy, subprocess
import logging
import sys
from itertools import izip
-os = _unicode_module_wrapper(os)
+os = portage.os
try:
import cPickle as pickle