Home | History | Annotate | Download | only in python2.7

Lines Matching refs:realpath

158     if hasattr(os.path, 'realpath'):
159 # Python 2.2 introduced os.path.realpath(); it is used
162 executable = os.path.realpath(executable)