#
# Copyright (C) 2008 Sun Microsystems, Inc.
#
# Sun Microsystems, Inc. confidential
# All rights reserved
#

all: run

run: 
	PYTHONPATH=../lib python ./clienttest.py
