From: Mark Huang Date: Sat, 10 Feb 2007 18:39:09 +0000 (+0000) Subject: add missing import of NodeNetworks X-Git-Tag: PLCAPI-4.2-0~192 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=edf17d36d5603580239a2a47010b6ffb49cc5b16;p=plcapi.git add missing import of NodeNetworks --- diff --git a/PLC/Auth.py b/PLC/Auth.py index a062b3ad..ecebb8ad 100644 --- a/PLC/Auth.py +++ b/PLC/Auth.py @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Auth.py,v 1.15 2007/02/01 22:28:48 mlhuang Exp $ +# $Id: Auth.py,v 1.16 2007/02/05 19:20:38 tmack Exp $ # import crypt @@ -16,6 +16,7 @@ from PLC.Faults import * from PLC.Parameter import Parameter, Mixed from PLC.Persons import Persons from PLC.Nodes import Node, Nodes +from PLC.NodeNetworks import NodeNetwork, NodeNetworks from PLC.Sessions import Session, Sessions from PLC.Peers import Peer, Peers from PLC.Boot import notify_owners