Merge pull request #95 from sonoble/wedge_init_fix

corrects Wedge python init files
This commit is contained in:
Jeffrey Townsend
2016-07-26 15:36:23 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from onl.platform.base import *
from onl.vendor.accton import *
from onl.platform.accton import *
class OnlPlatform_x86_64_accton_wedge_16x_r0(OnlPlatformAccton):
PLATFORM='x86-64-accton-wedge-16x-r0'

View File

@@ -1,5 +1,5 @@
from onl.platform.base import *
from onl.vendor.accton import *
from onl.platform.accton import *
class OnlPlatform_x86_64_facebook_wedge_100_r0(OnlPlatformAccton,
OnlPlatformPortConfig_32x100):