##// END OF EJS Templates
Moving find_exe -> platutils.find_cmd and making is cross platform....
Moving find_exe -> platutils.find_cmd and making is cross platform. The find_cmd function used to be in ipcluster.py to find executables on win32. We need this on all platforms and now we have it!

File last commit:

r1234:52b55407
r1975:b9f52eba
Show More
__init__.py
9 lines | 407 B | text/x-python | PythonLexer
# encoding: utf-8
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2008 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-------------------------------------------------------------------------------