repo.or.cz
/
ephy-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed debug output
[ephy-history.git]
/
test.py
blob
5799b0951d427da7550c814c27afe57d0c05434f
1
#!/usr/bin/env python
2
3
import
ephyhistory
4
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()