Skip to content

Commit

Permalink
camera: fix __all__ export
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Apr 17, 2018
1 parent 53c2b4d commit ae3665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy/core/camera/camera_picamera.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# TODO: make usage of thread or multiprocess
#

__all__ = ('CameraPiCamera')
__all__ = ('CameraPiCamera', )

from math import ceil

Expand Down

0 comments on commit ae3665c

Please sign in to comment.