
Tarek Ziadé wrote:
So what about :
DistributionDirectory -> SiteDir DistributionDirectories -> SiteDirMap
'site' has too many connections to existing concepts for my liking (site.py, sitesetup.py, site-packages). Something like DistributionDirectoryMap should cover it. You could probably get away with shortening "Directory" to "Dir" in the class names though: - Distribution - ZippedDistribution - DistributionDir - ZippedDistributionDir - DistributionDirMap (Shortening Distribution to Dist might also be a possibility, but I don't think that works well for the two basic classes, and if those use the long form then shortening it for the *Dir and *DirMap classes would just look odd) Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia ---------------------------------------------------------------