#!/usr/bin/env python """ Copyright (c) 2014 Wind River Systems, Inc. SPDX-License-Identifier: Apache-2.0 """ import sys try: from logmgmt import logmgmt except EnvironmentError as e: print >> sys.stderr, "Error importing logmgmt: ", str(e) sys.exit(1) logmgmt.start_polling()