[JOIN] Fix os.path.samefile() check for win32
authorIra W. Snyder <devel@irasnyder.com>
Mon, 8 Jan 2007 04:04:04 +0000 (20:04 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Mon, 8 Jan 2007 04:04:04 +0000 (20:04 -0800)
commit063e02e2f4395d547d548051d525c0e39f060baf
treed23e841953a3c2578e7261b38de2941c9e1d8d56
parent663cfde9556accb7d3e24227dec20e2bc84e431d
[JOIN] Fix os.path.samefile() check for win32

The function os.path.samefile() doesn't exist on win32, so we will just
check and see if the names are the same, that will be good enough to fix mv
in this case.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
PAR2Set/Join.py