python: Replace sre by plain re.
[tripe] / mon / tripemon.in
index 4d0472a..c71644a 100644 (file)
@@ -11,7 +11,7 @@ import math as M
 import sets as SET
 import getopt as O
 import time as T
-import sre as RX
+import re as RX
 from cStringIO import StringIO
 
 import pygtk
@@ -966,7 +966,7 @@ class AddPeerDialog (MyDialog):
                                newlinep = True)
     me.e_port = table.labelled('Port',
                                ValidatingEntry(numericvalidate(0, 65535),
-                                               '22003',
+                                               '4070',
                                                5))
     me.c_keepalive = G.CheckButton('Keepalives')
     me.l_tunnel = table.labelled('Tunnel',