summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Hammel <jhammel@mozilla.com>2013-12-16 19:46:46 -0800
committerJeff Hammel <jhammel@mozilla.com>2013-12-16 19:46:46 -0800
commit3c0b5ddb95c89ce800e67a510803f61eb8d6fa0c (patch)
tree78009287bb05190d30530bd3f864508bfa005605
parent1efe5a3c283b481da30827cddd19687b38ab6b6d (diff)
downloadtempita-3c0b5ddb95c89ce800e67a510803f61eb8d6fa0c.tar.gz
https://bitbucket.org/ianb/tempita/issue/5/python-m-tempita-does-not-work-with-python
-rw-r--r--tempita/__main__.py3
1 files changed, 3 insertions, 0 deletions
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()