Skip to content

Commit

Permalink
Added missing require, code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Aug 25, 2016
1 parent 7012447 commit 56cf95a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/network/network_autoconfiguration.rb
@@ -1,7 +1,7 @@
# encoding: utf-8

require "yast"
require "network/wicked_handlers"
require "network/wicked"

module Yast
# The class is responsible for generating / proposing automatic
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/modules/Lan.rb
Expand Up @@ -31,7 +31,6 @@
# Input and output routines.
require "yast"
require "network/confirm_virt_proposal"
require "network/wicked_handlers"

module Yast
class LanClass < Module
Expand Down
1 change: 1 addition & 0 deletions src/modules/LanItems.rb
Expand Up @@ -24,6 +24,7 @@
require "yast"
require "yaml"
require "network/install_inf_convertor"
require "network/wicked"

module Yast
# Does way too many things.
Expand Down

0 comments on commit 56cf95a

Please sign in to comment.