summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-25 13:22:49 +0200
committerNicolas Schodet2009-04-25 13:22:49 +0200
commitd5a95c2c9288c653b7aec882aab497f2de2abffd (patch)
tree48e6e34d5a8e7f310994b716c100948c31b969b6 /digital
parentbdf238310ead8181be8af4a0db08b0ef560596d2 (diff)
* all python:
- fixed comment.
Diffstat (limited to 'digital')
-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
5 files changed, 5 insertions, 5 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