Skip to content

Commit

Permalink
Added required import
Browse files Browse the repository at this point in the history
  • Loading branch information
CoYe committed Apr 4, 2016
1 parent 7e423a3 commit c9ffba1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# required import! Contains handler map
import cloudshell.networking.cisco.ios.resource_drivers
from cloudshell.shell.core.driver_builder_wrapper import DriverFunction
from cloudshell.networking.resource_driver.networking_generic_resource_driver import networking_generic_resource_driver

Expand All @@ -12,5 +13,3 @@ class cisco_generic_ios_resource_driver(networking_generic_resource_driver):
def Init(self, matrixJSON):
self.handler_name = 'ios'
networking_generic_resource_driver.Init(self, matrixJSON)


0 comments on commit c9ffba1

Please sign in to comment.