X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FUDPClientServer%2FSConstruct;h=6c5de0dc2665cc498452571e003153e493a47052;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=9413402e9c8c2c87cbc46ccf572899e030bc1ff4;hpb=7225d467b3ceaf96bce7ec914a88acb9608c2f5e;p=senf.git diff --git a/Examples/UDPClientServer/SConstruct b/Examples/UDPClientServer/SConstruct index 9413402..6c5de0d 100644 --- a/Examples/UDPClientServer/SConstruct +++ b/Examples/UDPClientServer/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()