11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
-
+
|
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: $
#
###############################################################################
#
# TODO: Set this to your list of API keys.
# TODO: Set this to your list of read-only API keys.
#
# set ::pkgr_api_keys [list 0000000000000000000000000000000000000000]
#
# NOTE: These settings apply to the "common.tcl" script.
#
namespace eval ::Eagle::Tools::Common {
|