get rid of submodule init--not needed post-askbot

This commit is contained in:
Victor Shnayder
2012-11-17 15:59:12 -05:00
parent 3a44f043d2
commit 03dd7b375a

View File

@@ -54,7 +54,6 @@ default_options = {
task :predjango do
sh("find . -type f -name *.pyc -delete")
sh('pip install -q --upgrade -r local-requirements.txt')
sh('git submodule update --init')
end
task :clean_test_files do