Re: Kind of plugin system

2010-11-28 Thread Gaëtan Podevijn
-bounces+marc-andre.belzile=autodesk@python.org[mailto: python-list-bounces+marc-andre.belzilepython-list-bounces%2Bmarc-andre.belzile =autodesk@python.org] On Behalf Of Gaëtan Podevijn Sent: Friday, November 26, 2010 12:46 PM To: python-list@python.org Subject: Kind of plugin system Hello

Re: Kind of plugin system

2010-11-27 Thread Rainer Mansfeld
Am 26.11.2010 18:46, schrieb Gaëtan Podevijn: I need to get some informations from files stored on my filesystem, Flickr and Picasa. So the idea is to create a class (for instance, InformationsProvider) that provides common methods for those three sources, then, for each source, I create a

RE: Kind of plugin system

2010-11-27 Thread Marc-Andre Belzile
Podevijn Sent: Friday, November 26, 2010 12:46 PM To: python-list@python.org Subject: Kind of plugin system Hello, Here is my problem. I need to get some informations from files stored on my filesystem, Flickr and Picasa. So the idea is to create a class (for instance, InformationsProvider

Kind of plugin system

2010-11-26 Thread Gaëtan Podevijn
Hello, Here is my problem. I need to get some informations from files stored on my filesystem, Flickr and Picasa. So the idea is to create a class (for instance, InformationsProvider) that provides common methods for those three sources, then, for each source, I create a class that inherits from