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