Delete spaces around =.
This commit is contained in:
+1
-1
@@ -511,7 +511,7 @@ class KernelSwitch( Switch ):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def setup():
|
def setup():
|
||||||
"Ensure any dependencies are loaded; if not, try to load them."
|
"Ensure any dependencies are loaded; if not, try to load them."
|
||||||
moduleDeps( subtract = OVS_KMOD, add = OF_KMOD )
|
moduleDeps( subtract=OVS_KMOD, add=OF_KMOD )
|
||||||
pathCheck( 'ofprotocol' )
|
pathCheck( 'ofprotocol' )
|
||||||
|
|
||||||
def start( self, controllers ):
|
def start( self, controllers ):
|
||||||
|
|||||||
Reference in New Issue
Block a user