]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mailshears.rb
5eff52169061579975d6cb0ab0b3e4754f8ff37c
[mailshears.git] / lib / mailshears.rb
1 # Load the rest of the code we'll use. This loads what we'll need in
2 # the executables; the library files are supposed to require what they
3 # need.
4
5 require 'common/configuration'
6 require 'common/errors'
7 require 'common/exit_codes'
8 require 'common/postfixadmin_db'
9 require 'common/runner'