Skip to content

Commit

Permalink
require_relative use new path
Browse files Browse the repository at this point in the history
  • Loading branch information
CamAnNguyen committed Mar 13, 2020
1 parent b266a1e commit 51cf8c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/rdkit_chem.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
require_relative '../rdkit/Code/lib/RDKitChem'
# frozen_string_literal: true

require_relative '../rdkit_chem/lib/RDKitChem'
require 'rdkit_chem/version'

0 comments on commit 51cf8c5

Please sign in to comment.