Re: Selective importing and package dependencies

2008-09-28 Thread Chris Rebert
On Sun, Sep 28, 2008 at 7:10 AM, David Pratt <[EMAIL PROTECTED]> wrote: > Hi. I am in the midst of preparing a package to convert between various > schemas including orms. The issue is I don't want django, slqalchemy, storm, > rdflib etc. as hard dependencies of the package. Each module is a schema

Selective importing and package dependencies

2008-09-28 Thread David Pratt
Hi. I am in the midst of preparing a package to convert between various schemas including orms. The issue is I don't want django, slqalchemy, storm, rdflib etc. as hard dependencies of the package. Each module is a schema to schema conversion. As an example, I have imports for sqlalchemy wi