Removed useless example.

This commit is contained in:
Cédric Bonhomme 2016-05-19 07:08:38 +02:00
parent 4749adc5f7
commit 68611ad03d
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -1,4 +0,0 @@
from stegano import slsb
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
secret.save("./Lenna-secret.png")