aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss2html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss2html.rb')
-rw-r--r--lib/rss2html.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rss2html.rb b/lib/rss2html.rb
index b069459..df1b75b 100644
--- a/lib/rss2html.rb
+++ b/lib/rss2html.rb
@@ -14,6 +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 'rss2html/version'
-require 'rss2html/feed'
-require 'rss2html/feed_item'
+require_relative 'rss2html/version'
+require_relative 'rss2html/feed'
+require_relative 'rss2html/feed_item'