Comment 1 for bug 399106

Revision history for this message
Gael Varoquaux (gael-varoquaux) wrote : Re: [Bug 399106] [NEW] from future import ...

On Tue, Jul 14, 2009 at 03:40:13AM -0000, Joe Coffey wrote:
> Pyreport seems like a great piece of software. Unfortunately a fair
> amount of my groups modules are loaded by an importer that prepends:

> from __future__ import division, absolute_import

> before the module. This seems to make using pyreport impossible. Is
> there anyway out? Removing from future import from the modules isn't an
> option. I don't have control over the codebase.

Do you want to send a patch adding an option to do this? I totally
sympathize with your points.

Gaël