cleaned up lambda cname mangeling by moving it into the Scope class
[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()