Robert Kern wrote:
> Why not copy cmd.py into your package under a different name?
>

It offends my sense of modularity. For the record, I'm trying to use
pdb, the debugger, which in turn uses cmd. So it would be a matter of
taking pdb.py and hacking it to import a renamed version of cmd... kind
of messy and not a very good longterm solution. That's not to say I
won't resort to it if no better options are forthcoming.

-Smurf

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to