Delete spaces around =.

This commit is contained in:
Bob Lantz
2010-08-17 03:04:12 -07:00
parent 0533e1cc1e
commit 455194a3b8
+1 -1
View File
@@ -511,7 +511,7 @@ class KernelSwitch( Switch ):
@staticmethod
def setup():
"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' )
def start( self, controllers ):