#!/usr/bin/python # encoding: ISO-8859-1 # # We just do a little python... for the show import os, sys if sys.hexversion<0x203000f: raise ImportError("Waf requires python >= 2.3") # and we are pretending to be a waf script # okay, thats enough... #==> # Here one would expect to find a tar.bz2 file... #<==