Package Bio :: Package Phylo :: Package PAML :: Module _paml
[hide private]
[frames] | no frames]

Module _paml

source code

Classes [hide private]
  PamlError
paml has failed.
  Paml
Functions [hide private]
 
_relpath(path, start=None)
Return a relative version of a path.
source code
Function Details [hide private]

_relpath(path, start=None)

source code 
Return a relative version of a path.

Implementation by James Gardner in his BareNecessities
package, under MIT licence.

With a fix for Windows where posixpath.sep (and functions like
join) use the Unix slash not the Windows slash.