Parent Directory
|
Revision Log
|
Patch
revision 268 by jgs, Wed Nov 30 01:39:47 2005 UTC | revision 288 by jgs, Fri Dec 2 01:55:04 2005 UTC | |
---|---|---|
# | Line 20 python_src = ['__init__.py', | Line 20 python_src = ['__init__.py', |
20 | ||
21 | pyc = finleypy_env.PyCompile(python_src) | pyc = finleypy_env.PyCompile(python_src) |
22 | finleypy_env.Install(pydir, pyc) | finleypy_env.Install(pydir, pyc) |
23 | finleypy_env.Install(pydir2, pyc) | |
24 | ||
25 | if pyinstall != None: | if pyinstall != None: |
26 | finleypy_env.Install(pyinstall, pyc) | finleypy_env.Install(pyinstall, pyc) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |