19 lines
297 B
Python
19 lines
297 B
Python
# Copyright (c) 2009 Andreas Balogh
|
|
# See LICENSE for details.
|
|
|
|
""" Globals
|
|
|
|
Global variables
|
|
|
|
Note: this module implements the singleton pattern.
|
|
"""
|
|
|
|
# system imports
|
|
|
|
# local imports
|
|
|
|
# constants
|
|
|
|
RTTRD_VAR = "d:\\rttrd-prd-var"
|
|
PAD_DATA = "d:\\rttrd-dev-var\\analysis\\data"
|