#!@PYTHON@ # -*- mode: Python; coding: utf-8; -*- # PO file fill with existing translations # # Pedro Morais # José Nuno Pires # (c) Copyright 2003, 2004 # Distributable under the terms of the GPL - see COPYING import sys import getopt if not "@prefix@/share/@PACKAGE@" in sys.path: sys.path.append("@prefix@/share/@PACKAGE@") from POFile import POFile def usage(code = -1): w = sys.stderr.write w('Usage: POFileFill