"compactpath" is a python module to compact filepaths on nt, posix
and mac oses. Urls can be compacted aswell.


Version bhistory
#*******************************************************************
compactpath 0.4.2
#********************************************************************
news:
     x. PathLabelWrap.setPath() now takes the same keywords as constructor

fixes:

    x. root of nt posix paths was chewed off emidiately - fixed
    x. root of mac paths was chewed off to soon - fixed


#*******************************************************************
compactpath 0.4.1
#********************************************************************
news:
  
   x. updated inline docs ("sep" keyword was still there. This has changed to "type")
   

#*******************************************************************
compactpath 0.4.0
#********************************************************************
news:
  
   x. added support for mac paths.
   x. removed the "sep" keyword argument. Use the "type" keyword to explicitely
       specify the type of path to be compacted if required.



