Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jun 9, 2015
1 parent d0ac644 commit 6199da7
Show file tree
Hide file tree
Showing 2 changed files with 17,128 additions and 17,123 deletions.
6 changes: 3 additions & 3 deletions bootstrap/create_bootstrap_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
sys.exit(-1)

# https://github.com/jedie/bootstrap_env
from bootstrap_env import create_bootstrap
from bootstrap_env import generate_bootstrap

try:
import pylucid
Expand Down Expand Up @@ -94,12 +94,12 @@ def requirements_definitions():
if __name__ == '__main__':
prefix_code = "\n".join([
requirements_definitions(),
create_bootstrap.get_code(PREFIX_SCRIPT, CUT_MARK),
generate_bootstrap.get_code(PREFIX_SCRIPT, CUT_MARK),
])

# print(additional_code)

create_bootstrap.generate_bootstrap(
generate_bootstrap.generate_bootstrap(
out_filename=BOOTSTRAP_SCRIPT,
add_extend_parser=EXTEND_PARSER_SCRIPT,
add_adjust_options=ADJUST_OPTIONS_SCRIPT,
Expand Down
Loading

0 comments on commit 6199da7

Please sign in to comment.