summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend_app.py
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-07-08 17:01:18 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-07-14 12:15:25 -0300
commitd33e9a2bc07ccd983a1321b254cc27ca6be989a3 (patch)
tree102093209d78c68df5830be1e9231956e4cb2ca2 /src/leap/bitmask/backend_app.py
parentc3f485e194eb32939755178b11d472e1e69a94ad (diff)
Add file docstrings.
Diffstat (limited to 'src/leap/bitmask/backend_app.py')
-rw-r--r--src/leap/bitmask/backend_app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/backend_app.py b/src/leap/bitmask/backend_app.py
index b6d00f2d..5c0e4803 100644
--- a/src/leap/bitmask/backend_app.py
+++ b/src/leap/bitmask/backend_app.py
@@ -14,6 +14,9 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+"""
+Start point for the Backend.
+"""
import logging
import multiprocessing
import signal