started pattern based analysis

--HG--
branch : sandbox
This commit is contained in:
Andreas
2009-06-28 21:24:39 +00:00
parent d49a1a918f
commit b4890b2241
3 changed files with 578 additions and 14 deletions

18
mpl/globals.py Normal file
View 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"