.. -*- coding: utf-8 -*- Version 0.11.2 -------------- fix __pkginfo__ stuff :publication date: 2009/03/24 :expected date: n/a Ticket #8729 be more robust in gview sources with "__pkginfo__" module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.300 :state: validation pending Make any "import __pkginfo__" found in hgview sources be surrounded by "try/except" do it does not prevent hgview from running if it does not exists. Make setup.py do the copy of the __pkgfile__.py file into the hgview package directory (do not forget to remove it at the end of the setup.py file) Ticket #8727 __pkginfo__ not by lgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.300 :state: validation pending The python package `hgview` installed in the hgview debian package miss the `__pkginfo__.py` file