On 11/4/13 4:52 PM, Ed Leafe wrote:
> On Nov 4, 2013, at 3:46 PM, Paul McNett <[email protected]> wrote:
> 
>> I'm reading all your messages but don't have time to delve into anything.
> 
> Unfortunately, that's my situation, too.
> 
>> All I can
>> do is thank you for your work and say, don't worry too much about having to 
>> rename
>> modules. If that's what we need to do, that's fine.
> 
> If you rename the modules, I would prefer dropping the initial 'd' from them. 
> We added that prefix to our classes and modules thinking that it would add 
> clarity when people subclassed (i.e., anything with a 'd' prefix was a Dabo 
> base class), but that hasn't been used all that much, so they don't need to 
> be there any more. And with a change to all lowercase, things like 
> 'ddialog.py' look like typos.

I was going to make this exact same request. But we still want the import 
hierarchy
to not include those module names:

from dabo.ui import dTextBox

and not

from dabo.ui.textbox import dTextBox

and definitely not

from dabo.ui.uiwx.textbox import dTextBox

Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to