diff options
author | Francis Irving <francis@mysociety.org> | 2010-03-09 14:41:05 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-03-09 14:41:05 +0000 |
commit | 7c5be5afbc8af5fa3ab504983e4f38c09c71e118 (patch) | |
tree | e2167d321cb4ebff2fcf8f61aab6bc52532bb4c0 /vendor/ruby-ole/lib/ole/base.rb | |
parent | 30bb6608984abdaf72350febc77fe9a982038138 (diff) | |
parent | 9d1321cca685d4a25cdb615199ef464da3ba4d5d (diff) |
Merge commit 'peter/master'
Conflicts:
config/environment.rb
Merge patch from Peter Collingbourne for handling Outlook attachments.
Diffstat (limited to 'vendor/ruby-ole/lib/ole/base.rb')
-rw-r--r-- | vendor/ruby-ole/lib/ole/base.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/ruby-ole/lib/ole/base.rb b/vendor/ruby-ole/lib/ole/base.rb new file mode 100644 index 000000000..ee1bc0431 --- /dev/null +++ b/vendor/ruby-ole/lib/ole/base.rb @@ -0,0 +1,7 @@ + +require 'ole/support' + +module Ole # :nodoc: + Log = Logger.new_with_callstack +end + |