[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688322: unblock: bzr-stats/0.1.0+bzr51-1



Control: tags -1 + moreinfo

On 21.09.2012 16:14, Koichi Akabe wrote:
This release changes the maintainer and fixes compatibility
problem with bzr 2.6. The old version uses a removed function.
This bug is reported at https://bugs.launchpad.net/bzr-stats/+bug/1040560

--- bzr-stats-0.1.0+bzr48/classify.py 2010-10-13 04:54:33.000000000 +0000 +++ bzr-stats-0.1.0+bzr51/classify.py 2012-08-28 00:28:39.000000000 +0000
@@ -15,6 +15,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 """Classify a commit based on the types of files it changed."""

+from __future__ import absolute_import

What's the reasoning behind this and several other similar changes? They don't appear to be in the upstream patch afaict.

Regards,

Adam


Reply to: