1 '''
2 Defines abstract classes representing the interfaces that must be implemented
3 by objects that need to be configurable by the user and/or persisted on disk.
4
5 @author: Peter Parente
6 @organization: IBM Corporation
7 @copyright: Copyright (c) 2005, 2007 IBM Corporation
8 @license: The BSD License
9
10 All rights reserved. This program and the accompanying materials are made
11 available under the terms of the BSD license which accompanies
12 this distribution, and is available at
13 U{http://www.opensource.org/licenses/bsd-license.php}
14 '''
15 from Base import AEState
16 from Setting import *
17