BuildExecutable: use correct executable extension, build dynamically instead of stati...
[cython.git] / cygdb.py
1 #!/usr/bin/env python
2
3 import sys
4
5 from Cython.Debugger import Cygdb as cygdb
6
7 if __name__ == '__main__':
8     cygdb.main()