summaryrefslogtreecommitdiff
path: root/lib/rexml/parsers/streamparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/parsers/streamparser.rb')
-rw-r--r--lib/rexml/parsers/streamparser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/parsers/streamparser.rb b/lib/rexml/parsers/streamparser.rb
index f6a8bfa802..9e0eb0b363 100644
--- a/lib/rexml/parsers/streamparser.rb
+++ b/lib/rexml/parsers/streamparser.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: false
-require "rexml/parsers/baseparser"
+require_relative "baseparser"
module REXML
module Parsers