use os.path.join instead of string concat to fix trailing slash issue
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 16 Jun 2006 13:39:43 +0000 (13:39 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 16 Jun 2006 13:39:43 +0000 (13:39 +0000)
commitb8a65b61dd540e287d3b607fd8711c9250db0c5b
tree57c67b2da83f1c4efc0bb420ee05f51a2ef9ac01
parentd20e65f61157ef6fa38b67752067c3fa1e536d3c
use os.path.join instead of string concat to fix trailing slash issue
lib/python/Tools/Directories.py