ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
__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