File: bttest.py

package info (click to toggle)
bittorrent 3.4.2-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,128 kB
  • ctags: 746
  • sloc: python: 7,014; objc: 1,181; sh: 197; makefile: 91
file content (17 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env python

# Written by Bram Cohen
# see LICENSE.txt for license information

from BitTorrent import testtest
import bttrack
import btmakemetafile
import btdownloadheadless

def run():
    testtest.try_all(['urllib', 'urllib2', 'StringIO', 'random', 'urlparse', 
        'BaseHTTPServer', 'httplib', 'BitTorrent.RawServer', 'BitTorrent.zurllib', 
        'base64', 'ftplib', 'gopherlib'])

if __name__ == '__main__':
    run()