more sensible branch name for the onelab build
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 24 Apr 2008 08:27:41 +0000 (08:27 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 24 Apr 2008 08:27:41 +0000 (08:27 +0000)
PLC/DummyBoxes.py
PLC/Methods/AddDummyBox.py
PLC/Methods/DeleteDummyBox.py
PLC/Methods/GetDummyBoxMedium.py
PLC/Methods/GetDummyBoxUsers.py
PLC/Methods/GetDummyBoxes.py
PLC/Methods/UpdateDummyBox.py
PLC/Methods/UpdateEmulationLink.py
PLC/NodeNetworkSettingTypes.py

index 5728843..ad31dc8 100644 (file)
@@ -7,7 +7,7 @@
 #
 # Marta Carbone <marta.carbone@iet.unipi.it>
 # Copyright (C) 2007 UniPi
-# $Id:$
+# $Id$
 #
 
 import socket                                  # check ip address
index 21f364a..ff8c770 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Marta Carbone - UniPi
-# $Id:$
+# $Id$
 #
 
 from PLC.Faults import *                        # faults library
index 2d5c054..7ec98e1 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Marta Carbone - UniPi
-# $Id:$
+# $Id$
 #
 
 from PLC.Faults import *                        # faults library
index bf531b9..5a81677 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Marta Carbone - UniPi
-# $Id:$
+# $Id$
 #
 # This class requires the rpm package containing
 # the picobsd image to be installed
index 4532a84..732cbf8 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Marta Carbone - UniPi 
-# $Id:$
+# $Id$
 #
 # This Method returns a list of tuples formatted as follow:
 # 
index 8ac8151..c3ccc87 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Marta Carbone - UniPi
-# $Id:$
+# $Id$
 #
 
 from PLC.Faults import *                        # faults library
index 9f415c2..4d9cbed 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Marta Carbone - UniPi
-# $Id:$
+# $Id$
 #
 
 from PLC.Faults import *                        # faults library
index 6c9a30d..3b821c9 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Marta Carbone - UniPi
-# $Id:$
+# $Id$
 #
 
 from PLC.Faults import *                        # faults library
index 20718dd..f25d074 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision:$
+# $Revision$
 #
 from types import StringTypes