Parent Directory
|
Revision Log
|
Patch
revision 487 by jgs, Thu Feb 2 06:16:30 2006 UTC | revision 550 by gross, Wed Feb 22 02:14:38 2006 UTC | |
---|---|---|
# | Line 92 except ImportError: | Line 92 except ImportError: |
92 | # try to import <hostname>_options | # try to import <hostname>_options |
93 | if usegcc==0: | if usegcc==0: |
94 | import socket | import socket |
95 | hostname = socket.gethostname() | hostname = socket.gethostname().split('.')[0] |
96 | try: | try: |
97 | exec "from "+hostname+"_options import *" | exec "from "+hostname+"_options import *" |
98 | except ImportError: | except ImportError: |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |