Skip to content
  • Nikos Skalkotos's avatar
    Ommit using os.path.relpath · 29274f83
    Nikos Skalkotos authored
    The method has different behaviour in python 2.6 and python 2.7.
    In python 2.6, os.path.relpath('/proc', '/) will output '../proc'
    where in python 2.7 it will output 'proc'.
    29274f83