File: xml2py.py

package info (click to toggle)
python-ctypeslib 0.0.0%2Bsvn20100125-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 344 kB
  • ctags: 398
  • sloc: python: 2,845; makefile: 38
file content (6 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env python
import sys
from ctypeslib.xml2py import main

if __name__ == "__main__":
    sys.exit(main())