X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=apt-p2p.py;h=911dfce162bfd55d0cbc19097a77ee00a285a77a;hp=277cd76a93e25747165669f8fa1214c09e41bb23;hb=872f3e24afa2a8a23956d1c191520a7f699ac8c6;hpb=e848bee6cd8bd9ba754a21c3aff835f86d9c1aee diff --git a/apt-p2p.py b/apt-p2p.py index 277cd76..911dfce 100644 --- a/apt-p2p.py +++ b/apt-p2p.py @@ -1,13 +1,14 @@ -#!/usr/bin/env python +#!/usr/bin/python -# Load apt-p2p application -# -# There are two ways apt-p2p can be started: -# 1. twistd -y apt-p2p -# - twistd will load this file and execute the app -# in 'application' variable -# 2. from command line -# - __name__ will be '__main__' +"""Load the apt-p2p application. + +There are two ways apt-p2p can be started: + 1. twistd -y apt-p2p + - twistd will load this file and execute the app + in 'application' variable + 2. from command line + - __name__ will be '__main__' +""" import pwd,sys