Ignore:
Timestamp:
2 Feb 2012, 21:09:31 (13 years ago)
Author:
Henrik Bettermann
Message:

Move storage path configuration to SIRPUtils in order to ease customization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py

    r7485 r7568  
    143143    """A collection of methods which are subject to customization.
    144144    """
     145
     146    def storage():
     147        """Return the initial storage path of the data center.
     148        """
     149
    145150    def sendContactForm(
    146151          from_name,from_addr,rcpt_name,rcpt_addr,
Note: See TracChangeset for help on using the changeset viewer.