Rewrote fabfile.py docstring

This commit is contained in:
troymc 2016-03-23 18:38:29 +01:00
parent 4a5e8f825a
commit 2ab76e87b9

View File

@ -1,8 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
""" Preparing, installing and configuring
bigchain and the storage backend
"""A fabfile with functionality to prepare, install, and configure
bigchaindb, including its storage backend.
"""
from __future__ import with_statement