Changeset 7585 for main/waeup.sirp/trunk/src/waeup/sirp/utils
- Timestamp:
- 4 Feb 2012, 06:28:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/utils/utils.py
r7568 r7585 39 39 """ 40 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')46 41 47 42 def sendContactForm(self,from_name,from_addr,rcpt_name,rcpt_addr,
Note: See TracChangeset for help on using the changeset viewer.