X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FTCPClientServer%2FSConstruct;h=4af5a5400e3d8c779b9eb5cbbe13a88bce4986f8;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=56ff5341fc3194f9d3ba27dbf939dbe7c4dbf6d2;hpb=7225d467b3ceaf96bce7ec914a88acb9608c2f5e;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()