Project organisation

Simon Hibbs simon.hibbs at gmail.com
Wed Jul 19 11:31:02 EDT 2006


If a particular project requires slightly different functionality from
the classes in Utils.Py one way would be to import Utils.py and then
either monkey-patch or subclass the classes you need to extend or
modify for that project.

That way you will have no effect whatever on the other projects.

Simon Hibbs




More information about the Python-list mailing list