--- a/VCS/__init__.py Mon May 21 22:16:21 2018 +0200 +++ b/VCS/__init__.py Wed May 23 19:36:11 2018 +0200 @@ -10,7 +10,7 @@ The general part of the VCS interface defines classes to implement common dialogs. These are a dialog to enter command options, a dialog to display some repository information and an abstract base class. The individual -interfaces (i.e. CVS) have to be subclasses of this base class. +interfaces have to be subclasses of this base class. """ from __future__ import unicode_literals