[Python-Dev] Relative import (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Tue Dec 16 20:53:35 EST 2003
- Previous message: [Python-Dev] Relative import
- Next message: [Python-Dev] Relative import
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Second impression: "suites" contain statements, not a list.
That's why I put "suite" in quotes. It wouldn't really be a suite, just an indented block of stuff.
But if you want, it could be a real suite that only happens to allow import statements...
from OPAL.Modules.Financial.Reports.COGS: import generate, webOptions, normalize import row_ops, summary
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Relative import
- Next message: [Python-Dev] Relative import
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]