Skip to content

Commit

Permalink
Merge pull request #152 from djberg96/unicode_string
Browse files Browse the repository at this point in the history
Add explicit require statements for miq_unicode to modules that need them
  • Loading branch information
Fryguy authored Jan 26, 2021
2 parents 23a23fe + 59b6256 commit 03207e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/metadata/VmConfig/cfgConfig.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
require 'miq_unicode'

module CfgConfig
using ManageIQ::UnicodeString

def convert(filename)
@convertText = ""
$log.debug "Processing Windows Configuration file [#{filename}]"
Expand Down
3 changes: 3 additions & 0 deletions lib/metadata/util/win32/Win32Accounts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

require 'util/miq-xml'
require 'enumerator'
require 'miq_unicode'

module MiqWin32
using ManageIQ::UnicodeString

class Accounts
attr_reader :users, :groups

Expand Down

0 comments on commit 03207e0

Please sign in to comment.