Inside this init code I am doing something like:
__safe__ = ['helloworld']
def helloworld(context,*args):
return "hello world"
I'd rather not have this folder at all, and would rather replace it
with a file called wikklytextplugins.py and load it before making a
call to wikklytext.WikklyText_to_InnerHTML - just to make my code more
self contained in one single folder
something like
#create context..
context = ....
context.load_plugins(wikklytextplugins)
wikklytext.WikklyText_to_InnerHTML(context
Can this be done?
Jon
Jon
--
You received this message because you are subscribed to the Google Groups "WikklyText" group.
To post to this group, send email to wikkl...@googlegroups.com.
To unsubscribe from this group, send email to wikklytext+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wikklytext?hl=en.