Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Vagrant support from codebase #7521

Merged
merged 5 commits into from
Sep 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra newline.
  • Loading branch information
ulloaluis committed Sep 1, 2019
commit aea2d11c55bcaad8c32f03c7dd5797adc4009250
1 change: 0 additions & 1 deletion scripts/install_third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

from . import common


TOOLS_DIR = os.path.join('..', 'oppia_tools')
THIRD_PARTY_DIR = os.path.join('.', 'third_party')
THIRD_PARTY_STATIC_DIR = os.path.join(THIRD_PARTY_DIR, 'static')
Expand Down