make tags ; no svn-keywords
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 9 Feb 2011 09:15:42 +0000 (10:15 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 9 Feb 2011 09:15:42 +0000 (10:15 +0100)
Makefile [new file with mode: 0644]
modprobe.py
plnet.py
setup.py
sioc.py

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..74752da
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+tags:
+       etags *.py
+
+.PHONY: tags
index 5e4053d..e13a658 100644 (file)
@@ -1,7 +1,4 @@
 #
-# $Id$
-#
-
 """Modprobe is a utility to read/modify/write /etc/modprobe.conf"""
 
 import os
index f12c173..129e5ba 100755 (executable)
--- a/plnet.py
+++ b/plnet.py
@@ -43,7 +43,7 @@ def InitInterfaces(logger, plc, data, root="", files_only=False, program="NodeMa
     failedToGetSettings = False
 
     # NOTE: GetInterfaces/NodeNetworks does not necessarily order the interfaces
-    # returned.  Because 'interface'is decremented as each interface is processed,
+    # returned.  Because 'interface' is decremented as each interface is processed,
     # by the time is_primary=True (primary) interface is reached, the device
     # "eth%s" % interface, is not eth0.  But, something like eth-4, or eth-12.
     # This code sorts the interfaces, placing is_primary=True interfaces first.  
index 5993ca4..859ec91 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,8 +5,6 @@
 # Daniel Hokka Zakrisson <daniel@hozac.com>
 # Copyright (C) 2008 The Trustees of Princeton University
 #
-# $Id$
-#
 
 import os
 from distutils.core import setup, Extension
diff --git a/sioc.py b/sioc.py
index b4e0b46..f887245 100644 (file)
--- a/sioc.py
+++ b/sioc.py
@@ -1,4 +1,3 @@
-# $Id$
 # vim:set ts=4 sw=4 expandtab:
 # (c) Copyright 2008 The Trustees of Princeton University