Plugins/VcsPlugins/vcsPySvn/__init__.py

Sat, 13 Jun 2015 19:27:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 13 Jun 2015 19:27:40 +0200
branch
6_0_x
changeset 4280
9556c261c3a2
parent 4022
f5f42921717e
child 4631
5c1a96925da4
permissions
-rw-r--r--

Fixed issues where dialogs could not be minimized on some desktop environments.
(grafted from ccd1e13cb9bd9d3f12710c888c3bbac5c6baf140)

# -*- coding: utf-8 -*-

# Copyright (c) 2006 - 2015 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.
"""

eric ide

mercurial