From d5a95c2c9288c653b7aec882aab497f2de2abffd Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 25 Apr 2009 13:22:49 +0200 Subject: * all python: - fixed comment. --- host/simu/inter/drawable.py | 2 +- host/simu/inter/test/test_drawable.py | 4 ++-- host/simu/utils/trans_matrix.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'host/simu') diff --git a/host/simu/inter/drawable.py b/host/simu/inter/drawable.py index 6f04ffd8..d11ad9d6 100644 --- a/host/simu/inter/drawable.py +++ b/host/simu/inter/drawable.py @@ -1,4 +1,4 @@ -# inter - Robot simulation interface. {{{ +# simu - Robot simulation. {{{ # # Copyright (C) 2008 Nicolas Schodet # diff --git a/host/simu/inter/test/test_drawable.py b/host/simu/inter/test/test_drawable.py index f67cb144..b977d36e 100644 --- a/host/simu/inter/test/test_drawable.py +++ b/host/simu/inter/test/test_drawable.py @@ -1,4 +1,4 @@ -# inter - Robot simulation interface. {{{ +# simu - Robot simulation. {{{ # # Copyright (C) 2008 Nicolas Schodet # @@ -20,7 +20,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# }}} */ +# }}} from math import pi from simu.inter.drawable import * diff --git a/host/simu/utils/trans_matrix.py b/host/simu/utils/trans_matrix.py index 7071e188..99ffe707 100644 --- a/host/simu/utils/trans_matrix.py +++ b/host/simu/utils/trans_matrix.py @@ -1,4 +1,4 @@ -# inter - Robot simulation interface. {{{ +# simu - Robot simulation. {{{ # # Copyright (C) 2008 Nicolas Schodet # -- cgit v1.2.3