~bhavesh-goyal093/mailman/Tasks-Core

« back to all changes in this revision

Viewing changes to src/mailman/config/config.py

  • Committer: Bhavesh Goyal
  • Date: 2015-05-24 20:08:11 UTC
  • Revision ID: bhavesh.goyal093@gmail.com-20150524200811-5vg2euebo2df5sby
Extend Tasks schema, support for delete Task

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
    def _expand_paths(self):
136
136
        """Expand all configuration paths."""
137
137
        # Set up directories.
138
 
        bin_dir="/usr/local/bin"
139
 
        #bin_dir = os.path.abspath(os.path.dirname(sys.executable))
 
138
        bin_dir = os.path.abspath(os.path.dirname(sys.executable))
140
139
        # Now that we've loaded all the configuration files we're going to
141
140
        # load, set up some useful directories based on the settings in the
142
141
        # configuration file.