File: simsearch

package info (click to toggle)
chemfp 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,580 kB
  • sloc: python: 9,390; ansic: 2,363; makefile: 110
file content (7 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env python

try:
    from chemfp.commandline.simsearch import main
    main()
except KeyboardInterrupt:
    raise SystemExit()