equal
deleted
inserted
replaced
85 # Global settings for IIS path translation |
85 # Global settings for IIS path translation |
86 path_strip = 0 # Strip this many path elements off (when using url rewrite) |
86 path_strip = 0 # Strip this many path elements off (when using url rewrite) |
87 path_prefix = 1 # This many path elements are prefixes (depends on the |
87 path_prefix = 1 # This many path elements are prefixes (depends on the |
88 # virtual path of the IIS application). |
88 # virtual path of the IIS application). |
89 |
89 |
|
90 from __future__ import absolute_import |
90 import sys |
91 import sys |
91 |
92 |
92 # Adjust python path if this is not a system-wide install |
93 # Adjust python path if this is not a system-wide install |
93 #sys.path.insert(0, r'C:\your\custom\hg\build\lib.win32-2.7') |
94 #sys.path.insert(0, r'C:\your\custom\hg\build\lib.win32-2.7') |
94 |
95 |