Ommit using os.path.relpath
authorNikos Skalkotos <skalkoto@grnet.gr>
Sat, 26 Jan 2013 13:57:53 +0000 (15:57 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Sat, 26 Jan 2013 13:57:53 +0000 (15:57 +0200)
commit29274f83e9a8ea7275521b86f0c150ebe819f048
tree4ef555209b50ca7a1e9bd1fe3fc89434e7151ebe
parente62eb36563d726bdcf77a04057f317908731fada
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'.
image_creator/bundle_volume.py