From: Yuri T. <qar...@gm...> - 2008-08-11 21:58:49
|
> Unless I'm missing something, we can't do this unless we make markdown > a package. At the least we'd have to put the contents of markdown.py > in markdown/__init__.py which completely removes any usefulness of > markdown.py as a commandline script. I suppose we could do > markdown/markdown.py and then have markdown/__init__.py just do a > ``import *`` Right... I am forgetting that Python is not Lua and you can't have it both ways. :) No, let's not turn markdown into a package. Let's call the extension package something else, but something explicit. Perhaps "markdown_extensions"? - yuri -- http://sputnik.freewisdom.org/ |