from future import ...
Bug #399106 reported by
Joe Coffey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyreport |
New
|
Undecided
|
Unassigned |
Bug Description
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.
To post a comment you must log in.
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