The two don't share any code, but they work the same way from the plugin
developer's perspective -- I vaguely remember looking at a bunch of
different plugin systems for Python and deciding I liked the Vellum one
the best.
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA, or see http://www.gnu.org/.
+# The design of rawdog's plugin API was inspired by Stuart Langridge's
+# Vellum weblog system:
+# http://www.kryogenix.org/code/vellum/
+
import os, imp
class Box: