Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 7140c4aaf1c1ff27be1ecf325cf5d2fd8aab66db authored by Mads Kiilerich on 17 November 2019, 16:46:40 UTC, committed by Mads Kiilerich on 17 November 2019, 16:46:40 UTC
https://www.riverbankcomputing.com/static/Docs/PyQt4/incompatibilities.html#pyqt-v4-12-2 :

In previous versions PyQt4 used the copy of the sip module usually installed in
the site-packages directory and applications accessed it using as follows:

  import sip

This version includes a private copy of the module. Applications should access
it as follows:

  from PyQt4 import sip
1 parent 9944923
History
Tip revision: 7140c4aaf1c1ff27be1ecf325cf5d2fd8aab66db authored by Mads Kiilerich on 17 November 2019, 16:46:40 UTC
qt4: support PyQt4 v4.12.2 where sip became a sub module
Tip revision: 7140c4a
File Mode Size
curses
hgpatches
qt4
__init__.py -rw-r--r-- 1.4 KB
__pkginfo__.py -rw-r--r-- 2.1 KB
application.py -rw-r--r-- 7.2 KB
config.py -rw-r--r-- 12.4 KB
decorators.py -rw-r--r-- 551 bytes
hggraph.py -rw-r--r-- 28.0 KB
hgviewhelp.py -rw-r--r-- 7.6 KB
inotify.py -rw-r--r-- 4.5 KB
util.py -rw-r--r-- 11.2 KB

back to top