From 4dff0948fb79378f4cc9b9d1410686a7b461ae4c Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 09 Oct 2011 12:29:30 +0000 Subject: added missing commas that prevented compilation --- (limited to 'taextras.py') diff --git a/taextras.py b/taextras.py index 3e08657..37f80c9 100644 --- a/taextras.py +++ b/taextras.py @@ -106,8 +106,8 @@ passed by an argument.'), ] FOLLOWME_STRINGS = [ - _('The camera was not found.') - _('Error on the initialization of the camera.') + _('The camera was not found.'), + _('Error on the initialization of the camera.'), _('FollowMe'), _('follow a RGB color'), _('follow a turtle color'), -- cgit v0.9.1