From 3f6e82f632027904e2912664cbb1c60cdc79a509 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 26 Jun 2015 01:00:19 -0400 Subject: * Big ole fixes. * No more inline webserver, get your own, or run cbc/server.py manually. * Will refuse to rebuild packages if build number matches the installed version of the same package * Introduced cbc.utils, because cbcbuild was getting ugly. --- cbc/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cbc/__init__.py') diff --git a/cbc/__init__.py b/cbc/__init__.py index 4dbca99..150b0f4 100644 --- a/cbc/__init__.py +++ b/cbc/__init__.py @@ -1,3 +1,4 @@ from . import environment from . import meta -from . import server \ No newline at end of file +from . import server +from . import utils \ No newline at end of file -- cgit