aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-06 00:11:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-06 00:11:51 +0000
commit60dd8c11d2286897dffd8793d6e8dab231a1b62a (patch)
tree52cb724e2071af6c166c7d0f7dffc2813d72bac1
parentThe initial version of the package validation for rindex. Has minor issues of... (diff)
downloadrbot-gentoo-60dd8c11d2286897dffd8793d6e8dab231a1b62a.tar.gz
rbot-gentoo-60dd8c11d2286897dffd8793d6e8dab231a1b62a.tar.bz2
rbot-gentoo-60dd8c11d2286897dffd8793d6e8dab231a1b62a.zip
Old require not needed.
-rw-r--r--gentoo-data.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/gentoo-data.rb b/gentoo-data.rb
index 775da12..53476e9 100644
--- a/gentoo-data.rb
+++ b/gentoo-data.rb
@@ -14,8 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require 'net/http'
-
class GentooPlugin < Plugin
Config.register Config::StringValue.new('gentoo.scriptdir',
:requires_rescan => true,