Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/camera_sensor/camera_sensor.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-10-31 21:13:12 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-10-31 21:13:12 (GMT)
commit9350290176a25b2f778469d72f27fc82ff7f8b6a (patch)
tree6a91a76bf29ad266ff3840f50689de852c346e70 /plugins/camera_sensor/camera_sensor.py
parent7d65b619d02732378e7a275623ed3946a01aa98b (diff)
add Plugins.__init__()
Diffstat (limited to 'plugins/camera_sensor/camera_sensor.py')
-rw-r--r--plugins/camera_sensor/camera_sensor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/camera_sensor/camera_sensor.py b/plugins/camera_sensor/camera_sensor.py
index 6509a88..585174c 100644
--- a/plugins/camera_sensor/camera_sensor.py
+++ b/plugins/camera_sensor/camera_sensor.py
@@ -39,6 +39,7 @@ from TurtleArt.taconstants import MEDIA_SHAPES, NO_IMPORT, SKIN_PATHS, \
class Camera_sensor(Plugin):
def __init__(self, parent):
+ Plugin.__init__(self)
''' Make sure there is a camera device '''
self._parent = parent
self._status = False