sigblock_build.py
Go to the documentation of this file.
00001 #! /usr/bin/env python
00002 
00003 from distutils.core import setup, Extension
00004 
00005 setup(name = "sigblock",
00006         version = "1.0",
00007         ext_modules = [Extension("sigblock", ["sigblock.c"])])


multi_interface_roam
Author(s): Blaise Gassend
autogenerated on Thu Jan 2 2014 11:26:15