svc/connect.in: Qualify reference to symbol in `tripe' module.
[tripe] / svc / connect.in
index 25c80b0..836ea2f 100644 (file)
@@ -451,7 +451,7 @@ class PingPeer (object):
         me._sabotage = False
       else:
         S.kill(me._peer)
-    except TripeError, e:
+    except T.TripeError, e:
       if e.args[0] == 'unknown-peer': me._pinger.kill(me._peer)
 
   def event(me, code, stuff):