Skip to content

Commit 92b4b6c

Browse files
committed
Prevent circular require
1 parent 00c8f95 commit 92b4b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pycall/iruby_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'pycall'
1+
require 'pycall' unless defined?(::PyCall)
22
require 'iruby'
33

44
module PyCall

0 commit comments

Comments
 (0)