changeset 101 | 8364fb15bfe5 |
parent 56 | c27d6eafe467 |
child 197 | 710c4a7e2546 |
--- a/src/ztfy/myams/interfaces/configuration.py Tue Dec 16 11:04:53 2014 +0100 +++ b/src/ztfy/myams/interfaces/configuration.py Wed Jan 14 15:52:59 2015 +0100 @@ -20,6 +20,9 @@ from ztfy.myams import _ +MYAMS_CONFIGURATION_NAME_KEY = 'ztfy.myams.configuration.name' + + class IMyAMSStaticConfiguration(Interface): """MyAMS static configuration"""