Home | Trees | Indices | Help |
|
---|
|
1 # -*- coding: utf-8 -*- 2 3 u""" 4 Параметры по умолчанию. 5 """ 6 7 __author__ = "Zasimov Alexey" 8 __email__ = "zasimov-a@yandex-team.ru" 9 10 11 from stocks3.core.config import Configurable, parseXML 12 from stocks3.core import factories 13 from stocks3.share.singleton import Singleton 14 1517 #__metaclass__ = Singleton 18 19 DEFAULT_TIMEZONE = "Europe/Moscow" 20 DEFAULT_XML = "config/default.xml" 21 25 29 3236
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 20 17:49:39 2011 | http://epydoc.sourceforge.net |