X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt-p2p.py;h=911dfce162bfd55d0cbc19097a77ee00a285a77a;hb=194d18a4f4f1c615eecc7d93f379497e0eb586cd;hp=277cd76a93e25747165669f8fa1214c09e41bb23;hpb=e848bee6cd8bd9ba754a21c3aff835f86d9c1aee;p=quix0rs-apt-p2p.git 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