File: build.py

package info (click to toggle)
adblock-plus 2.6.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,976 kB
  • sloc: python: 2,518; perl: 475; xml: 92; makefile: 16
file content (7 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python
# coding: utf-8

import os, sys, subprocess

import buildtools.build
buildtools.build.processArgs('.', sys.argv)