From c5cc6115620bec1ae7cd7585eff2847d160ad373 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 4 Jul 2013 18:13:01 +0200 Subject: [PATCH] example: add version to takepicture --- examples/android/takepicture/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/android/takepicture/main.py b/examples/android/takepicture/main.py index 1e69bed9d..04e1610f1 100644 --- a/examples/android/takepicture/main.py +++ b/examples/android/takepicture/main.py @@ -18,6 +18,7 @@ If you want to compile it, don't forget to add the CAMERA permission:: ''' +__version__ = '0.1' from kivy.app import App from os.path import exists