Package TestON :: Package drivers :: Package common :: Package api :: Module controllerdriver
[hide private]
[frames] | no frames]

Source Code for Module TestON.drivers.common.api.controllerdriver

 1  #!/usr/bin/env python 
 2  ''' 
 3  Created on 29-Nov-2012  
 4   
 5  @author: Anil Kumar (anilkumar.s@paxterrasolutions.com)       
 6  '''   
 7  import sys 
 8  sys.path.append("../") 
 9  from drivers.common.apidriver import API 
10   
11 -class Controller(API):
12 # The common functions for emulator included in emulatordriver
13 - def __init__(self):
14 super(API, self).__init__()
15