From c4d3841f07246ad662c89848689fa07a42846566 Mon Sep 17 00:00:00 2001 From: Claudio-Daniel Freire Date: Thu, 25 Aug 2011 18:07:36 +0200 Subject: [PATCH] Missing import --- src/nepi/util/tunchannel_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nepi/util/tunchannel_impl.py b/src/nepi/util/tunchannel_impl.py index 2eb06097..be1192e9 100644 --- a/src/nepi/util/tunchannel_impl.py +++ b/src/nepi/util/tunchannel_impl.py @@ -7,7 +7,7 @@ import select import weakref import time -from tunchannel import tun_fwd +from tunchannel import tun_fwd, udp_handshake class TunChannel(object): """ -- 2.47.0