sample.py: added commented code for NO_CONFIG style of plugin
commit1129953a7a214f451d29e05d0f2bb309b88c1db5
authorChris Frey <cdfrey@foursquare.net>
Fri, 10 Aug 2012 21:09:58 +0000 (10 17:09 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 10 Aug 2012 21:09:58 +0000 (10 17:09 -0400)
tree9e620c159ff4b23c2d4aca3cf547ec06b55e1463
parent018eb342730b839dd87a6f62b41f418c146578c1
sample.py: added commented code for NO_CONFIG style of plugin

If the plugin config_type is set to NO_CONFIGURATION, you will need
to create your config, and add your resources to it, on the fly
during the discover stage.
src/sample.py