From dbcd2e906c5fddfa8db37d68c583eeaccdd333bc Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 22 Oct 2008 20:50:06 +0000 Subject: [PATCH] fix bugs --- PLC/Methods/GetConfFiles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLC/Methods/GetConfFiles.py b/PLC/Methods/GetConfFiles.py index 2c7c18a4..1b28c2fd 100644 --- a/PLC/Methods/GetConfFiles.py +++ b/PLC/Methods/GetConfFiles.py @@ -3,8 +3,10 @@ from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter from PLC.ConfFiles import ConfFile, ConfFiles +from PLC.Persons import Person, Persons from PLC.Auth import Auth + class GetConfFiles(Method): """ Returns an array of structs containing details about configuration -- 2.47.0