Ed Leafe wrote: > On Aug 22, 2008, at 10:32 AM, Nate Lowrie wrote: > >> What convention do you want to use? _* works for me. > > We follow the convention that all classes start with a capital > letter, with the notable exception of what we consider 'Dabo Base > Classes', which are prefixed with a lower-case 'd'. So if we want to > consider some class 'hidden', we can prefix it with an '_', as is the > Python convention, but in general we just need to drop the 'd': e.g., > dTextBoxMixin -? TextBoxMixin.
Agreed... and make sure it isn't imported in __init__.py. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
