Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision a156a17e09567a3e09a69d1e9c7fa692644e83f4 authored by Mads Kiilerich on 04 April 2020, 02:23:50 UTC, committed by Mads Kiilerich on 04 April 2020, 02:23:50 UTC
References will be fixed next.

hg mv hgviewlib/qt4 hgviewlib/qt5
1 parent 58b1a64
Raw File
Tip revision: a156a17e09567a3e09a69d1e9c7fa692644e83f4 authored by Mads Kiilerich on 04 April 2020, 02:23:50 UTC
qt5: trivial move from hgviewlib/qt4 to hgviewlib/qt5
Tip revision: a156a17
__init__.py
# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
back to top