Bug#438428: python-debian: example programs for debfile do not have correct import line

2007-08-17 Thread John Wright
On Fri, Aug 17, 2007 at 01:06:27PM +0200, Adeodato Simó wrote: > * John Wright [Thu, 16 Aug 2007 16:49:27 -0600]: > > > Thanks for the report! It's fixed in our main bzr branch now, just > > pending upload to Debian. > > Could it be you forgot to push? Well, I *thought* I had pushed... Looks l

Bug#438428: python-debian: example programs for debfile do not have correct import line

2007-08-17 Thread Adeodato Simó
* John Wright [Thu, 16 Aug 2007 16:49:27 -0600]: > Thanks for the report! It's fixed in our main bzr branch now, just > pending upload to Debian. Could it be you forgot to push? Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer

Bug#438428: python-debian: example programs for debfile do not have correct import line

2007-08-16 Thread John Wright
tags 438428 +pending thanks Brent, On Thu, Aug 16, 2007 at 04:28:51PM -0400, Brent Holden wrote: > Package: python-debian > Version: 0.1.4 > Severity: minor > > Example programs in the /usr/share/doc/python-debian/examples/debfile do not > properly import debfile. > > Import lines read: > impo

Bug#438428: python-debian: example programs for debfile do not have correct import line

2007-08-16 Thread Brent Holden
Package: python-debian Version: 0.1.4 Severity: minor Example programs in the /usr/share/doc/python-debian/examples/debfile do not properly import debfile. Import lines read: import XX They should read: from debian_bundle import XX They look like they've been fixed in the other example directo