repo.or.cz
/
urlwatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove stray ' character in initial message
[urlwatch.git]
/
convert-to-python3.sh
blob
86568ab5b0f677b2789e90024fc2d3d0b6b8fc8b
1
#!/bin/sh
2
# Convert urlwatch sources to Python 3.x compatible format
3
4
SOURCES
=
"urlwatch lib/urlwatch/*.py share/urlwatch/examples/hooks.py.example setup.py"
5
6
2
to3
-w
$SOURCES
7