File: pychecker

package info (click to toggle)
apt-proxy 1.9.35-0.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 616 kB
  • ctags: 712
  • sloc: python: 3,749; sh: 384; makefile: 63
file content (4 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh
PYTHONPATH="`pwd`" pychecker \
	--stdlib \
	$(find apt_proxy -name "*.py")