File: helpers.py

package info (click to toggle)
dh-fortran 0.45
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 492 kB
  • sloc: f90: 5,686; perl: 531; python: 296; makefile: 79; sh: 7
file content (15 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/python3
"""
Debhelper replacements in python

"""


def complex_doit(*args, **argv):
    """Same as complex_doit() from Debian::Debhelper::Dh_Lib;"""
    pass


def doit(*args, **argv):
    """Same as doit() from Debian::Debhelper::Dh_Lib;"""
    pass