Home | Trees | Indices | Help |
|
---|
|
1 # -*- coding: utf-8 -*- 2 3 u""" 4 Базовый класс для всех XML-парсеров. 5 """ 6 7 __author__ = "Zasimov Alexey" 8 __email__ = "zasimov-a@yandex-team.ru" 9 10 11 from stocks3.core.parser import Parser 12 from stocks3.core.config import parseXML 13 from stocks3.core.place import FilePlace 14 15 32
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 20 17:49:39 2011 | http://epydoc.sourceforge.net |