Skip to content

Commit

Permalink
requiring version
Browse files Browse the repository at this point in the history
  • Loading branch information
mixtli committed Mar 28, 2011
1 parent 5291b57 commit 7f29ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net-snmp.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'forwardable'
require 'nice-ffi'
require 'fiber'
%w(snmp snmp/constants snmp/oid snmp/error snmp/pdu snmp/wrapper snmp/session snmp/varbind snmp/mib snmp/mib/node).each do |f|
%w(snmp snmp/version snmp/constants snmp/oid snmp/error snmp/pdu snmp/wrapper snmp/session snmp/varbind snmp/mib snmp/mib/node).each do |f|
require "#{File.dirname(__FILE__)}/net/#{f}"
end
Net::SNMP::MIB.init
Expand Down

0 comments on commit 7f29ee5

Please sign in to comment.