File: pmv

package info (click to toggle)
mgltools-pmv 1.5.6~rc3~cvs.20120206-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 40,960 kB
  • sloc: python: 104,681; sh: 266; makefile: 30; ansic: 18
file content (10 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python
#
# $Header: /opt/cvs/python/packages/share1.5/Pmv/bin/pmv,v 1.12 2007/10/29 21:26:57 vareille Exp $
# $Id: pmv,v 1.12 2007/10/29 21:26:57 vareille Exp $
import sys
import Pmv
if '__file__' in locals():
    Pmv.startPMV(sys.argv,__file__)
else:
    Pmv.startPMV(sys.argv,'')