diff options
| author | Kent Quirk <q@lindenlab.com> | 2010-02-18 21:00:10 -0500 | 
|---|---|---|
| committer | Kent Quirk <q@lindenlab.com> | 2010-02-18 21:00:10 -0500 | 
| commit | 63e2d18440444d93e3a554ad7c7f990d78b780e6 (patch) | |
| tree | 3514668c26179f0654097d43b7c531db2a1dd00d /indra | |
| parent | c0ae5bb99b73e448f0497626deba6b575bb7af53 (diff) | |
| parent | 1df3ef8766ebc4b6015276cd5c1e9ab1a6ad93db (diff) | |
automerge
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/lib/python/indra/util/test_win32_manifest.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/indra/lib/python/indra/util/test_win32_manifest.py b/indra/lib/python/indra/util/test_win32_manifest.py index 6c59210294..0149b9f43a 100644 --- a/indra/lib/python/indra/util/test_win32_manifest.py +++ b/indra/lib/python/indra/util/test_win32_manifest.py @@ -77,15 +77,13 @@ def find_vc_dir():  def find_mt_path():      vc_dir = find_vc_dir() -    print "Found vc_dir: %s" % vc_dir -    mt_path = '\"%s\\VC\\bin\\mt.exe\"' % vc_dir +    mt_path = '\"%sbin\\mt.exe\"' % vc_dir      return mt_path  def test_assembly_binding(src_filename, assembly_name, assembly_ver):      print "checking %s dependency %s..." % (src_filename, assembly_name)      (tmp_file_fd, tmp_file_name) = tempfile.mkstemp(suffix='.xml') -    print tmp_file_name      tmp_file = os.fdopen(tmp_file_fd)      tmp_file.close() | 
