~osomon/phatch/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to tests/test_suite/config.py

  • Committer: spe.stani.be at gmail
  • Date: 2010-03-13 01:39:24 UTC
  • mfrom: (1542.1.33 context)
  • Revision ID: spe.stani.be@gmail.com-20100313013924-x46mqp2wd5c81dt4
merge with context branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
# Inserting phatch path to system path
55
55
sys.path.insert(0, PHATCH_PATH)
56
56
 
57
 
import phatch
58
 
 
59
57
# Phatch configurations
60
 
CONFIG_PATHS = phatch.init_config_paths()
 
58
from core.context import CONTEXT
61
59
# Phatch log path
62
 
USER_LOG_PATH = CONFIG_PATHS['USER_LOG_PATH']
 
60
USER_LOG_PATH = CONTEXT['user_log_path']
63
61
# Phatch library actionlists path
64
 
PHATCH_ACTIONLISTS_PATH = CONFIG_PATHS['PHATCH_ACTIONLISTS_PATH']
 
62
PHATCH_ACTIONLISTS_PATH = CONTEXT['app_actionlists_path']
65
63
 
66
64
# Report template
67
65
REPORT_TEMPLATE = """