From: Mark Huang Date: Tue, 10 Oct 2006 21:51:35 +0000 (+0000) Subject: - remove extraneous imports X-Git-Tag: pycurl-7_13_1~627 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fd4a8ef621e9c5cbbb7115c8f6cb080d0f906e58;p=plcapi.git - remove extraneous imports --- 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