Auto-completion GtkTreeView prototype shows url, topic and relvance columns now
[ephy-history.git] / test.py
blob5799b0951d427da7550c814c27afe57d0c05434f
1 #!/usr/bin/env python
3 import ephyhistory
5 eh = ephyhistory.History()
6 pages = eh.get_pages()
7 for p in pages:
8 print p.props.url
9 #p = eh.get_page_by_id(1L)
10 #print p.props.url
11 #page_ids = eh.get_page_ids()