From 4e603409f76c14ba7b11c437eac6116a2afce603 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 9 Mar 2013 23:02:29 +0100 Subject: move Search class to search module --- pynslcd/ether.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pynslcd/ether.py') diff --git a/pynslcd/ether.py b/pynslcd/ether.py index e6975d5..d5d8c06 100644 --- a/pynslcd/ether.py +++ b/pynslcd/ether.py @@ -23,6 +23,7 @@ import struct import cache import common import constants +import search def ether_aton(ether): @@ -40,7 +41,7 @@ attmap = common.Attributes(cn='cn', macAddress='macAddress') filter = '(objectClass=ieee802Device)' -class Search(common.Search): +class Search(search.LDAPSearch): case_insensitive = ('cn', ) limit_attributes = ('cn', 'macAddress') -- cgit v1.2.3