Plugins/VcsPlugins/vcsGit/__init__.py

changeset 6020
baf6da1ae288
child 6048
82ad8ec9548c
equal deleted inserted replaced
6019:58ecdaf0b789 6020:baf6da1ae288
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2014 - 2017 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the vcs interface to Git.
8
9 It consists of the git class, the project helper classes and some
10 Git specific dialogs.
11 """

eric ide

mercurial