jbaiter / gphoto2-cffi

Python bindings for libgphoto2 with an idiomatic API
GNU Lesser General Public License v3.0
38 stars 17 forks source link

Fixup incorrect code snippet #19

Closed define-private-public closed 7 years ago

define-private-public commented 7 years ago

import should be gphoto2cffi instead of gphoto2. Personally I prefer the latter instead of having that extra cffi on there, but the example should stick with how the library current works.

jbaiter commented 7 years ago

Thank you, sorry for taking so long to merge :/