From 3c0b5ddb95c89ce800e67a510803f61eb8d6fa0c Mon Sep 17 00:00:00 2001 From: Jeff Hammel Date: Mon, 16 Dec 2013 19:46:46 -0800 Subject: https://bitbucket.org/ianb/tempita/issue/5/python-m-tempita-does-not-work-with-python --- tempita/__main__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tempita/__main__.py diff --git a/tempita/__main__.py b/tempita/__main__.py new file mode 100644 index 0000000..da1e100 --- /dev/null +++ b/tempita/__main__.py @@ -0,0 +1,3 @@ +from tempita import fill_command + +fill_command() -- cgit v1.2.1