~~~~~
Backwards incompatible changes:
- clld now requires clldutils, thus all functionality now available in
clldutils has been removed from clld.
- clld does not depend on path.py anymore, but instead uses clldutils.path,
which in turn uses pathlib2 for python 2.7 and the standard library's
pathlib on python 3.4 for object oriented file system path handling.