summaryrefslogtreecommitdiff
path: root/lib/license/management/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/license/management/python.rb')
-rw-r--r--lib/license/management/python.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/management/python.rb b/lib/license/management/python.rb
index 8a1a81a..c5f7107 100644
--- a/lib/license/management/python.rb
+++ b/lib/license/management/python.rb
@@ -5,7 +5,7 @@ module License
class Python
attr_reader :shell
- def initialize(shell: Shell.new)
+ def initialize(shell: ::License::Management.shell)
@shell = shell
end