/[ascend]/trunk/scons/tcl-config.py
ViewVC logotype

Diff of /trunk/scons/tcl-config.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1952 by jpye, Mon Nov 10 08:13:07 2008 UTC revision 1953 by jpye, Mon Nov 10 08:22:00 2008 UTC
# Line 2  Line 2 
2    
3  tclconfigfile = None  tclconfigfile = None
4    
5  import sys, platform, os.path  import sys, os.path
6  if platform.system()=="Windows":  if sys.platform.startswith("win"):
7      # check for ActiveState Tcl in Windows registry      # check for ActiveState Tcl in Windows registry
8      try:      try:
9          import _winreg          import _winreg

Legend:
Removed from v.1952  
changed lines
  Added in v.1953

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22