summaryrefslogtreecommitdiff
path: root/host/proto
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-25 13:22:49 +0200
committerNicolas Schodet2009-04-25 13:22:49 +0200
commitd5a95c2c9288c653b7aec882aab497f2de2abffd (patch)
tree48e6e34d5a8e7f310994b716c100948c31b969b6 /host/proto
parentbdf238310ead8181be8af4a0db08b0ef560596d2 (diff)
* all python:
- fixed comment.
Diffstat (limited to 'host/proto')
-rw-r--r--host/proto/test/asserv.py2
-rw-r--r--host/proto/test/fio.py2
-rw-r--r--host/proto/test/interactive.py2
3 files changed, 3 insertions, 3 deletions
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] + '/../..')