X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FTCPClientServer%2FSConstruct;fp=Examples%2FTCPClientServer%2FSConstruct;h=4af5a5400e3d8c779b9eb5cbbe13a88bce4986f8;hb=fbd3d0ff298683f08b59f25288d8c243e03b206c;hp=56ff5341fc3194f9d3ba27dbf939dbe7c4dbf6d2;hpb=dbacfefe277bd5a1ff81e4e75448e2789da27e1b;p=senf.git diff --git a/Examples/TCPClientServer/SConstruct b/Examples/TCPClientServer/SConstruct index 56ff534..4af5a54 100644 --- a/Examples/TCPClientServer/SConstruct +++ b/Examples/TCPClientServer/SConstruct @@ -3,7 +3,7 @@ import sys, os, os.path try: sys.path.append(((_ for _ in (os.path.join(os.path.sep.join(('..' for _ in range(_))),d, 'site_scons') for d in ('','senf','Senf') for _ in range(len(os.getcwd().split('/')))) if os.path.exists(_))).next()) -except: pass +except: sys.path.append('/usr/lib/senf/site_scons') import senfutil env = Environment()