# $SnapHashLicense:
#
# SnapLogic - Open source data services
#
# Copyright (C) 2008, SnapLogic, Inc. All rights reserved.
#
# See http://www.snaplogic.org for more information about
# the SnapLogic project.
#
# This program is free software, distributed under the terms of
# the GNU General Public License Version 2. See the LEGAL file
# at the top of the source tree.
#
# "SnapLogic" is a trademark of SnapLogic, Inc.
#
#
# $
# $Id: reg_keys.py 4372 2008-09-18 21:00:13Z kurt $
TEST_ = "test."
TEST_STR = TEST_ + "str"
TEST_INT = TEST_ + "int"
TEST_DICT = TEST_ + "dict"
|