corrects Wedge python init files

This commit is contained in:
Steven Noble
2016-07-26 21:40:52 +00:00
parent 16f35f36e1
commit 3ca58fe236
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):