diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-26 01:00:19 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-26 01:00:19 -0400 |
commit | 3f6e82f632027904e2912664cbb1c60cdc79a509 (patch) | |
tree | 58eb6e25884663912ccb3c4add4565c7f375851b /cbc/__init__.py | |
parent | 973725aa1985ca4fab62bff0afe29a8fb8f96b6d (diff) | |
download | cbc-3f6e82f632027904e2912664cbb1c60cdc79a509.tar.gz |
* 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.
Diffstat (limited to 'cbc/__init__.py')
-rw-r--r-- | cbc/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |