def fp_init():
	_init_ok = (pyf.fp_init() == 0)
	if not _init_ok:
		raise "fprint initialization failed."
Beispiel #2
0
def fp_init():
    """Call this before doing anything else."""
    _init_ok = (pyf.fp_init() == 0)
    if not _init_ok:
        raise "fprint initialization failed."
Beispiel #3
0
def fp_init():
	"""Call this before doing anything else."""
	_init_ok = (pyf.fp_init() == 0)
	if not _init_ok:
		raise "fprint initialization failed."