|
|
|
|
File: [Development] / shadowsclient / bttrack.py
(download)
/
(as text)
Revision: 1.2, Tue Sep 23 22:24:58 2003 UTC (6 years, 11 months ago) by theshadow Branch: MAIN Changes since 1.1: +9 -0 lines 5.7.1c |
#!/usr/bin/env python
# Written by Bram Cohen
# see LICENSE.txt for license information
import PSYCO
if PSYCO.psyco:
try:
import psyco
# assert psyco.__version__ >= 0x010100f0
psyco.full()
except:
pass
from sys import argv
from BitTorrent.track import track
if __name__ == '__main__':
track(argv[1:])
| No CVS admin address has been configured |
Powered by ViewCVS 0.9.3 |