summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--digital/asserv/tools/asserv/asserv.py2
-rw-r--r--digital/asserv/tools/asserv/mex.py2
-rw-r--r--digital/avr/modules/host/test/test_mex.py2
-rw-r--r--digital/io/tools/io/io.py2
-rw-r--r--digital/io/tools/test_simu.py2
-rw-r--r--host/mex/test/test.py2
-rw-r--r--host/proto/test/asserv.py2
-rw-r--r--host/proto/test/fio.py2
-rw-r--r--host/proto/test/interactive.py2
-rw-r--r--host/simu/inter/drawable.py2
-rw-r--r--host/simu/inter/test/test_drawable.py4
-rw-r--r--host/simu/utils/trans_matrix.py2
-rw-r--r--host/utils/observable.py2
13 files changed, 14 insertions, 14 deletions
diff --git a/digital/asserv/tools/asserv/asserv.py b/digital/asserv/tools/asserv/asserv.py
index baff4a39..323d74c6 100644
--- a/digital/asserv/tools/asserv/asserv.py
+++ b/digital/asserv/tools/asserv/asserv.py
@@ -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.
#
-# }}} */
+# }}}
"""Proto interface to asserv."""
import time
diff --git a/digital/asserv/tools/asserv/mex.py b/digital/asserv/tools/asserv/mex.py
index b8fb7c31..6257fb0d 100644
--- a/digital/asserv/tools/asserv/mex.py
+++ b/digital/asserv/tools/asserv/mex.py
@@ -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.
#
-# }}} */
+# }}}
"""Mex interface to asserv."""
from utils.observable import Observable
diff --git a/digital/avr/modules/host/test/test_mex.py b/digital/avr/modules/host/test/test_mex.py
index 51812b5c..186d85bc 100644
--- a/digital/avr/modules/host/test/test_mex.py
+++ b/digital/avr/modules/host/test/test_mex.py
@@ -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.
#
-# }}} */
+# }}}
import os, signal
from mex.hub import Hub
diff --git a/digital/io/tools/io/io.py b/digital/io/tools/io/io.py
index ae845be6..b78427e9 100644
--- a/digital/io/tools/io/io.py
+++ b/digital/io/tools/io/io.py
@@ -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.
#
-# }}} */
+# }}}
import proto, time
class Proto:
diff --git a/digital/io/tools/test_simu.py b/digital/io/tools/test_simu.py
index 0be98f14..943d6935 100644
--- a/digital/io/tools/test_simu.py
+++ b/digital/io/tools/test_simu.py
@@ -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.
#
-# }}} */
+# }}}
import math
import mex.hub
diff --git a/host/mex/test/test.py b/host/mex/test/test.py
index 6332ecb8..b9d06e00 100644
--- a/host/mex/test/test.py
+++ b/host/mex/test/test.py
@@ -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.
#
-# }}} */
+# }}}
import select
from mex.hub import Hub
diff --git a/host/proto/test/asserv.py b/host/proto/test/asserv.py
index 48b08680..3672353b 100644
--- a/host/proto/test/asserv.py
+++ b/host/proto/test/asserv.py
@@ -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.
#
-# }}} */
+# }}}
import sys
import time, select, os
diff --git a/host/proto/test/fio.py b/host/proto/test/fio.py
index 40998efd..d019d81a 100644
--- a/host/proto/test/fio.py
+++ b/host/proto/test/fio.py
@@ -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.
#
-# }}} */
+# }}}
class IO:
def __init__ (self, fin = None, fout = None):
diff --git a/host/proto/test/interactive.py b/host/proto/test/interactive.py
index d01f1185..41b19dd6 100644
--- a/host/proto/test/interactive.py
+++ b/host/proto/test/interactive.py
@@ -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.
#
-# }}} */
+# }}}
import sys
sys.path.append (sys.path[0] + '/../..')
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
#
diff --git a/host/utils/observable.py b/host/utils/observable.py
index 0fb2ba33..34f8fa01 100644
--- a/host/utils/observable.py
+++ b/host/utils/observable.py
@@ -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.
#
-# }}} */
+# }}}
"""Observable/Observer pattern."""
class Observable: