« Previous | Next » 

Revision 29274f83

ID29274f83e9a8ea7275521b86f0c150ebe819f048

Added by Nikos Skalkotos about 11 years ago

Ommit using os.path.relpath

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'.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences