Remove stray ' character in initial message
[urlwatch.git] / convert-to-python3.sh
blob86568ab5b0f677b2789e90024fc2d3d0b6b8fc8b
1 #!/bin/sh
2 # Convert urlwatch sources to Python 3.x compatible format
4 SOURCES="urlwatch lib/urlwatch/*.py share/urlwatch/examples/hooks.py.example setup.py"
6 2to3 -w $SOURCES