From 6c80c1bd16f43fd1981a72e9e717cc6e552cff86 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 25 Nov 2010 15:58:41 +0100 Subject: [PATCH] cosmetic --- PLC/API.py | 2 -- PLC/Nodes.py | 1 - 2 files changed, 3 deletions(-) diff --git a/PLC/API.py b/PLC/API.py index 7af3cec..191720d 100644 --- a/PLC/API.py +++ b/PLC/API.py @@ -5,8 +5,6 @@ # Mark Huang # # Copyright (C) 2004-2006 The Trustees of Princeton University -# $Id$ -# $URL$ # import sys diff --git a/PLC/Nodes.py b/PLC/Nodes.py index ce2cbad..a7e2988 100644 --- a/PLC/Nodes.py +++ b/PLC/Nodes.py @@ -290,7 +290,6 @@ class Node(Row): self['deleted'] = True self.sync(commit) - class Nodes(Table): """ Representation of row(s) from the nodes table in the -- 2.43.0