File: perlpie

package info (click to toggle)
nipy 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,352 kB
  • sloc: python: 39,115; ansic: 30,931; makefile: 210; sh: 93
file content (7 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python3
"""Utility script for performing global search and replace with `perl -p ie`
"""

from nipy.utils import perlpie

perlpie.main()