diff --git a/pysstv/examples/gimp-plugin.py b/pysstv/examples/gimp-plugin.py index bb42105..2833948 100755 --- a/pysstv/examples/gimp-plugin.py +++ b/pysstv/examples/gimp-plugin.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # copy to ~/.gimp-2.8/plug-ins/ -# dependencies: GIMP 2.8, python-imaging-tk +# dependencies: GIMP 2.8, python-imaging-tk, python-pyaudio from gimpfu import register, main, pdb, PF_BOOL, PF_STRING, PF_RADIO, CLIP_TO_IMAGE from PIL import Image, ImageTk