Skip to content

Commit

Permalink
add pyjs/src/pyjs to /usr/share/pyjamas on setup install
Browse files Browse the repository at this point in the history
git-svn-id: https://pyjamas.svn.sourceforge.net/svnroot/pyjamas/trunk@1024 7a2bd370-bda8-463c-979e-2900ccfb811e
  • Loading branch information
lkcl committed Jul 28, 2009
1 parent 5b03166 commit adb3cf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_bootstrap_first_then_setup.py
Expand Up @@ -64,6 +64,9 @@ def get_dir(dirname):
get_dir("library")
get_dir("examples")

# likewise pyjs/src/pyjs
get_dir(os.path.join("pyjs", "src", "pyjs"))

#from pprint import pprint
#pprint(data_files)

Expand Down

0 comments on commit adb3cf6

Please sign in to comment.