#!@PYTHON@ # -*- mode: Python; coding: utf-8; -*- # Resets the msgstr for situations where it's just a copy of msgid # # Pedro Morais # José Nuno Pires # João Miguel Neves # (c) Copyright 2003 - 2006 # 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: POFileClean