Changeset 7586 for main/waeup.custom/trunk/src/waeup/custom/utils/utils.py
- Timestamp:
- 4 Feb 2012, 06:53:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/utils/utils.py
r7569 r7586 16 16 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 ## 18 """ General helper utilities for SIRP.18 """Customize general helper utilities for SIRP. 19 19 """ 20 20 import os … … 25 25 """A collection of methods subject to customization. 26 26 """ 27 28 def storage(self):29 """Return the initial storage path of the data center.30 """31 return os.path.dirname(__file__).replace('utils','files')32
Note: See TracChangeset for help on using the changeset viewer.