Signed-off-by: Scott Seago <sseago at redhat.com> --- wui/src/app/util/stats/Stats.rb | 2 -- wui/src/app/util/stats/StatsTypes.rb | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/wui/src/app/util/stats/Stats.rb b/wui/src/app/util/stats/Stats.rb index e7bd8fd..cbc36b3 100644 --- a/wui/src/app/util/stats/Stats.rb +++ b/wui/src/app/util/stats/Stats.rb @@ -18,8 +18,6 @@ # MA 02110-1301, USA. A copy of the GNU General Public License is # also available at http://www.gnu.org/copyleft/gpl.html. -$: << '/usr/lib64/ruby/site_ruby/1.8/x86_64-linux' - require 'RRD' require 'util/stats/StatsTypes' require 'util/stats/StatsData' diff --git a/wui/src/app/util/stats/StatsTypes.rb b/wui/src/app/util/stats/StatsTypes.rb index 7a1717c..fbaa888 100644 --- a/wui/src/app/util/stats/StatsTypes.rb +++ b/wui/src/app/util/stats/StatsTypes.rb @@ -18,8 +18,6 @@ # MA 02110-1301, USA. A copy of the GNU General Public License is # also available at http://www.gnu.org/copyleft/gpl.html. -$: << '/usr/lib64/ruby/site_ruby/1.8/x86_64-linux' - class DevClass def DevClass.add_item(key,value) -- 1.5.4.1 --------------010104050208040103030003--