Source code for sts.headerspace.config_parser.hp_switch_parser

'''
Created on Jul 6, 2011

@author: peymankazemian
'''

[docs]class HPSwitch():
[docs] def __init__(self, switch_id): self.switch_id = switch_id
[docs] def read_config_file(self, file): pass