Wed, 20 Jun 2018 18:48:44 +0200
Fixed some pyflakes warnings detected by the upgraded version.
# -*- coding: utf-8 -*- # Copyright (c) 2006 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the vcs interface to Subversion. It consists of the subversion class, the project helper classes and some Subversion specific dialogs. This package is based upon the pysvn interface. """