Changeset 16:cd4170142d87 in mailjam for mailjam/config.py


Ignore:
Timestamp:
May 22, 2012, 9:31:15 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Renamed the project to Mailjam

File:
1 moved

Legend:

Unmodified
Added
Removed
  • mailjam/config.py

    r15 r16  
    22
    33"""
    4 The postman project - config.py
     4The mailjam project - config.py
    55
    66This file is released under the BSD license, see LICENSE for
     
    1717    def __init__(self, configfile=None):
    1818        self.configfile = configfile
    19         self.default_paths = ['/usr/local/etc/postman', '/usr/local/etc',
    20                               '/etc/postman', '/etc',
     19        self.default_paths = ['/usr/local/etc/mailjam', '/usr/local/etc',
     20                              '/etc/mailjam', '/etc',
    2121                              os.path.join(os.path.dirname(__file__),'../conf')]
    2222        self.config = {}
     
    2828        of an attribute for easier subclassing
    2929        """
    30         return 'postman.conf'
     30        return 'mailjam.conf'
    3131
    3232    @property
     
    8787    @property
    8888    def default_filename(self):
    89         return 'postman-mta.conf'
     89        return 'mailjam-mta.conf'
    9090
    9191    @property
Note: See TracChangeset for help on using the changeset viewer.