- Timestamp:
- 09/06/10 09:47:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/MyProxyWebService/myproxy/server/test/test_myproxywsgi.py
r6943 r6957 59 59 """Base class for common Paste Deploy related set-up""" 60 60 INI_FILENAME = 'myproxywsgi.ini' 61 THIS_DIR = os.path. dirname(__file__)61 THIS_DIR = os.path.abspath(os.path.dirname(__file__)) 62 62 CONFIG_FILENAME = 'test_myproxywsgi.cfg' 63 63 CONFIG_FILEPATH = os.path.join(THIS_DIR, CONFIG_FILENAME)
Note: See TracChangeset
for help on using the changeset viewer.