From fd4a8ef621e9c5cbbb7115c8f6cb080d0f906e58 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 10 Oct 2006 21:51:35 +0000 Subject: [PATCH] - remove extraneous imports --- PLC/Persons.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PLC/Persons.py b/PLC/Persons.py index 195879b3..6affe81d 100644 --- a/PLC/Persons.py +++ b/PLC/Persons.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Persons.py,v 1.8 2006/10/03 19:25:55 mlhuang Exp $ +# $Id: Persons.py,v 1.9 2006/10/06 19:06:06 mlhuang Exp $ # from types import StringTypes @@ -19,8 +19,6 @@ from PLC.Faults import * from PLC.Parameter import Parameter from PLC.Debug import profile from PLC.Table import Row, Table -from PLC.Roles import Roles -from PLC.Addresses import Address, Addresses from PLC.Keys import Key, Keys import PLC.Sites -- 2.47.0