[Hepserver-devel] Wierd code
Status: Alpha
Brought to you by:
abefettig
|
From: Wari W. <wa...@ho...> - 2003-06-06 06:33:48
|
Was just looking at the source today to see what's happening with Hep,
then I saw this wierd code in hep.py itself.
from heplib.agents import scanner
for agent in [scanner]:
pass
agent.start(data)
I'm not sure why this is done this way instead of just doing
scanner.start(data). Any future plans for this? Sorry if you find this
to be a nitpick :)
--
Regards: Wari Wahab
Senior R&D Engineer
Celestix Networks
http://www.celestix.com/
|