2 Dec 10:59
Re: import
Luke Palmer <lrpalmer <at> gmail.com>
2008-12-02 09:59:07 GMT
2008-12-02 09:59:07 GMT
2008/12/2 Galchin, Vasili <vigalchin <at> gmail.com>: > Hello, > > I am a little uncertain about "import" semantics in a hierarchical > package ... i.e. if I import the root of a package root do I get everything > under the "root's" namespace, i.e. the namespace tree? There is nothing at all magical about the . in a package name, other than that it is replaced by a / when searching for modules in a directory tree. But you should treat it as any other identifier character. Any hierarchy is purely incidentalLuke
Luke
RSS Feed