Plugins/VcsPlugins/vcsGit/__init__.py

Thu, 18 Jan 2018 11:10:57 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 18 Jan 2018 11:10:57 +0100
branch
maintenance
changeset 6071
e9bda9b4260b
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
permissions
-rw-r--r--

Fixed an issue in GitSubModuleAddDialog caused by PyQt5 prior to 5.6.0 not defining QUrl.None_.
(grafted from 84e868de5a248f38b97e110054c50733c6f382a8)

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

# Copyright (c) 2014 - 2018 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.
"""

eric ide

mercurial