]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mailshears.rb
Move the install-fixtures.sh script to a harmless location.
[mailshears.git] / lib / mailshears.rb
1 # Load only the files needed by our executable. The library files are
2 # supposed to require what they need themselves.
3
4 require 'common/configuration'
5 require 'common/errors'
6 require 'common/exit_codes'
7 require 'common/user_interface'