projets
/
auf_roundup.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Correction crash
[auf_roundup.git]
/
build
/
lib
/
roundup
/
anypy
/
io_.py
Commit
Line
Data
c638d827
CR
1
2
try:
3
from io import StringIO
4
except:
5
from StringIO import StringIO
6