add missing import. Fixes #5889

This commit is contained in:
Yann Leboulanger 2010-09-07 10:23:37 +02:00
parent 8d3419e815
commit 646c9f86a0
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
##
import datetime
import sys
from common import nec
from common import helpers
@ -545,4 +546,4 @@ class SearchResultReceivedEvent(nec.NetworkIncomingEvent, HelperEvent):
for i in item.getPayload():
f[i.getName()] = i.getData()
self.data.append(f)
return True
return True