Changeset 7568 for main/waeup.sirp/trunk/src/waeup/sirp/utils/utils.py
- Timestamp:
- 2 Feb 2012, 21:09:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/utils/utils.py
r7477 r7568 18 18 """General helper utilities for SIRP. 19 19 """ 20 import os 20 21 import grok 21 22 import string … … 38 39 """ 39 40 grok.implements(ISIRPUtils) 41 42 def storage(self): 43 """Return the initial storage path of the data center. 44 """ 45 return os.path.dirname(__file__).replace('utils','files') 40 46 41 47 def sendContactForm(self,from_name,from_addr,rcpt_name,rcpt_addr,
Note: See TracChangeset for help on using the changeset viewer.