Add missing import sys to lib/daemon.py
authorIustin Pop <iustin@google.com>
Thu, 24 Sep 2009 14:50:29 +0000 (16:50 +0200)
committerIustin Pop <iustin@google.com>
Thu, 24 Sep 2009 15:12:29 +0000 (17:12 +0200)
commitc124045f5078c2927ac65a8ec58efc273bdd0047
tree01df3705860e5611b51a70cb89fc64e43bcee527
parent56c9a70962d8ff6f8662b98f409e1a202fc735f5
Add missing import sys to lib/daemon.py

It does “print >> sys.stderr, …” but there is no import sys.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/daemon.py