Example #1
0
    def __init__(self):
        libCache = Cache()

        # Properties
        self._dbCameraList = libCache.get('dbCameraList')
        self._dbServerList = libCache.get('dbServerList')
Example #2
0
	def __init__( self ):
		libCache = Cache()

		# Properties
		self._dbPriceList = libCache.get( 'dbPriceList' )
Example #3
0
    def __init__(self):
        libCache = Cache()

        # Properties
        self._dbUserList = libCache.get('dbUserList')
        self._dbAccessList = libCache.get('dbAccessList')
Example #4
0
 def __init__(self):
     # Initialize variables
     libCache = Cache()
     self._libDB = libCache.get('libDB')
     self._dbUserList = libCache.get('dbUserList')
Example #5
0
    def __init__(self):
        libCache = Cache()

        # Properties
        self._dbServerList = libCache.get('dbServerList')
        self._modKey = libCache.get('modKey')