From b6b71094bb22b2ae358fb6e65396df9b151c3cdc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 9 Feb 2011 10:15:42 +0100 Subject: [PATCH] make tags ; no svn-keywords --- Makefile | 4 ++++ modprobe.py | 3 --- plnet.py | 2 +- setup.py | 2 -- sioc.py | 1 - 5 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..74752da --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +tags: + etags *.py + +.PHONY: tags diff --git a/modprobe.py b/modprobe.py index 5e4053d..e13a658 100644 --- a/modprobe.py +++ b/modprobe.py @@ -1,7 +1,4 @@ # -# $Id$ -# - """Modprobe is a utility to read/modify/write /etc/modprobe.conf""" import os diff --git a/plnet.py b/plnet.py index f12c173..129e5ba 100755 --- 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. diff --git a/setup.py b/setup.py index 5993ca4..859ec91 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,6 @@ # Daniel Hokka Zakrisson # 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 --- 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 -- 2.43.0