Mercurial > hg > MakeItSo
comparison makeitso/python.py @ 164:6cd2894bb11c
stub: makeitso/script2package.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 06 Aug 2013 16:24:21 -0700 |
parents | 197e7b523a07 |
children | f3e86e06eb12 |
comparison
equal
deleted
inserted
replaced
163:197e7b523a07 | 164:6cd2894bb11c |
---|---|
13 * ./model.py : model of a persisted object | 13 * ./model.py : model of a persisted object |
14 * ./template.py : a MakeItSo template for project creation | 14 * ./template.py : a MakeItSo template for project creation |
15 * ./tests : doctest suite for the package | 15 * ./tests : doctest suite for the package |
16 * ./web.py : a webob web handler | 16 * ./web.py : a webob web handler |
17 """ | 17 """ |
18 | |
19 # TODO: console_scripts for all of these | |
18 | 20 |
19 import os | 21 import os |
20 import sys | 22 import sys |
21 from cli import MakeItSoCLI | 23 from cli import MakeItSoCLI |
22 from makeitso import ContentTemplate | 24 from makeitso import ContentTemplate |