From 0f63660653d5bb2b90354ad4b9a34a226718ce5f Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 3 Aug 2011 15:09:38 -0400 Subject: Added support for python's '-m' command line option. Do 'python -m markdown [options] [args]'. I suspect will drop the command line script (markdown_py) when we drop support for Python 2.4 as this is easier to support. --- markdown/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'markdown/__init__.py') diff --git a/markdown/__init__.py b/markdown/__init__.py index ce68e9a..0291891 100644 --- a/markdown/__init__.py +++ b/markdown/__init__.py @@ -412,5 +412,3 @@ def markdownFromFile(*args, **kwargs): kwargs.get('output', None), kwargs.get('encoding', None)) - - -- cgit v1.2.3