started pattern based analysis
--HG-- branch : sandbox
This commit is contained in:
18
mpl/globals.py
Normal file
18
mpl/globals.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user