ServerPortfolio
2.0
Python parsers and server
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Properties
Pages
serverportfolio
Parsers
__init__.py
Go to the documentation of this file.
1
2
# http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html
3
# print "Load serverportfolio.Parsers::__init__.py"
4
5
# not really needed, ParserStocks will call the others
6
#__all__= ['ParserStocks','YahooAPI','Parser_Bourso']
7
8
# set up local name often used, not so convenient here
9
# need to call serverportfolio.Parsers.GlobalDicts (maybe add Parsers to sys.path dynamically ?)
10
# from serverportfolio import GlobalDicts
11
# import serverportfolio.GlobalDicts as GlobalDicts
Generated on Mon May 25 2015 18:55:59 for ServerPortfolio by
1.8.6