blob: 4a898f0a0d7f3982b19a49e706e7cfd31d88b75a [file] [log] [blame]
#// Copyright (c) 2000-2017 Ericsson Telecom AB //
#// All rights reserved. This program and the accompanying materials are made available under the terms //
#// of the Eclipse Public License v1.0 which accompanies this distribution, and is available at //
#// http://www.eclipse.org/legal/epl-v10.html //
#/////////////////////////////////////////////////////////////////////////////////////////////////////////
'''
This application handles the available WebApplications for the usergroups.
'''
from GuiConfigHandler import GuiConfigHandler
EXTENSION = 'MainConfig.json'
def createHandler(directory, *args):
return GuiConfigHandler(directory)