fixed readme rendering bug. when there existed a directory named like dicovery file for readme, it crashed trying to read it's content. We just skip them now
"""Various utilities to work with Python < 2.7.Those utilities may be deleted once ``vcs`` stops support for older Pythonversions."""importsysifsys.version_info>=(2,7):unittest=__import__('unittest')else:unittest=__import__('unittest2')