Welcome to mirror list, hosted at ThFree Co, Russian Federation.

coredump-python2 « coredump - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 564c05ce9f3ada248d14fa53bfc75661d93114e9 (plain)
1
2
3
4
5
6
#!/usr/bin/env python2

import coredump

if __name__ == '__main__':
    coredump.main()