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

Remove deprecated datacenter storage stuff.

Attention: Start your instance and set a new storage path via the UI before deleting the files directory.

File:
1 edited

Legend:

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

    r7568 r7585  
    3939    """
    4040    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')
    4641
    4742    def sendContactForm(self,from_name,from_addr,rcpt_name,rcpt_addr,
Note: See TracChangeset for help on using the changeset viewer.