keyword in package name.
Steve Holden
steve at holdenweb.com
Sun Oct 19 12:47:06 EDT 2008
More information about the Python-list mailing list
Sun Oct 19 12:47:06 EDT 2008
- Previous message (by thread): keyword in package name.
- Next message (by thread): keyword in package name.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Marc 'BlackJack' Rintsch wrote: > On Sat, 18 Oct 2008 23:05:38 -0700, Abhishek Mishra wrote: > >> I have the habit of using domain names (of either the application or >> company) in reverse in package names. [...] > The `__init__.py` of which vendor > should live at the `com/` directory level? If you install them into two > different directories but want to import modules from both vendors -- how? > Obviously the "com" namespace wouldn't belong to any vendor, and the __init__.py should be empty. Though I do think it's an inappropriate choice for Python. regards Steve -- Steve Holden +1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/
- Previous message (by thread): keyword in package name.
- Next message (by thread): keyword in package name.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list