Remove open-uri in http downloader [GH-635]

This commit is contained in:
Mitchell Hashimoto 2012-01-12 17:53:56 -08:00
parent 4cfabc690b
commit 3834930189
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
require 'net/http'
require 'net/https'
require 'open-uri'
require 'uri'
require 'base64'