Ignore:
Timestamp:
4 Feb 2012, 06:53:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Update custom package using new datacenter storage configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/utils/utils.py

    r7569 r7586  
    1616## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1717##
    18 """General helper utilities for SIRP.
     18"""Customize general helper utilities for SIRP.
    1919"""
    2020import os
     
    2525    """A collection of methods subject to customization.
    2626    """
    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.