beremiz

fix random python 3 porting consequences.

15 months ago, Edouard Tisserant
f9f116d8a022
file isExecutable
fix random python 3 porting consequences.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER