eric6/Plugins/VcsPlugins/vcsGit/__init__.py@6b42677d7043
eric6/Plugins/VcsPlugins/vcsGit/__init__.py
Mon, 02 Sep 2019 18:50:38 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 02 Sep 2019 18:50:38 +0200
- branch
- without_py2_and_pyqt4
- changeset 7201
- 6b42677d7043
- parent 6942
-
2602857055c5
- child 7360
-
9190402e4505
- permissions
- -rw-r--r--
Modified sources to be in line with the minimum Qt/PyQt requirement (v 5.9.0).
# -*- coding: utf-8 -*-
# Copyright (c) 2014 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the vcs interface to Git.
It consists of the git class, the project helper classes and some
Git specific dialogs.
"""