diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-07 23:27:49 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-07 23:27:49 +0000 |
commit | a7c40c145f5be6c7c99752bb0af93c0735971694 (patch) | |
tree | 416eaba48661b3d06b30122c3e1460da662f043e /data/rbot/plugins/weather.rb | |
parent | ab18d5d5d98b360c5269dbcf4c55a1876fd6f3ec (diff) |
plugins: remove excess requires and Net::HTTP.version setups
Diffstat (limited to 'data/rbot/plugins/weather.rb')
-rw-r--r-- | data/rbot/plugins/weather.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/rbot/plugins/weather.rb b/data/rbot/plugins/weather.rb index cdabf9c1..da6a2116 100644 --- a/data/rbot/plugins/weather.rb +++ b/data/rbot/plugins/weather.rb @@ -11,7 +11,6 @@ # # License:: GPL v2 -require 'uri' require 'rexml/document' # Wraps NOAA National Weather Service information |