persistent module fixed

This commit is contained in:
2021-06-08 07:39:46 +02:00
parent 246ab99e12
commit 25b8780b11
5 changed files with 110 additions and 54 deletions

View File

@ -37,3 +37,4 @@ from secop.poller import AUTO, DYNAMIC, REGULAR, SLOW
from secop.properties import Property
from secop.proxy import Proxy, SecNode, proxy_class
from secop.stringio import HasIodev, StringIO
from secop.persistent import PersistentMixin, PersistentParam