mirror of https://github.com/zulip/zulip.git
Remove unneeded code to delete time.pyc
lib/time.py was removed January 10, 2013 (imported from commit bd48cb7d81e98dd1723cd37553cc64c4f10face1)
This commit is contained in:
parent
c67ae498ff
commit
3212ced8e7
|
@ -21,11 +21,6 @@ fi
|
||||||
|
|
||||||
mkdir -p zerver/fixtures
|
mkdir -p zerver/fixtures
|
||||||
|
|
||||||
# Remove time.pyc to try to prevent it from screwing people importing
|
|
||||||
# time from inside zerver.lib. We can drop this hack after a bit.
|
|
||||||
rm -f zerver/lib/time.pyc
|
|
||||||
|
|
||||||
|
|
||||||
echo "DROP SCHEMA zulip CASCADE; CREATE SCHEMA zulip;" | python manage.py dbshell --settings=zproject.test_settings
|
echo "DROP SCHEMA zulip CASCADE; CREATE SCHEMA zulip;" | python manage.py dbshell --settings=zproject.test_settings
|
||||||
python manage.py syncdb --noinput --settings=zproject.test_settings
|
python manage.py syncdb --noinput --settings=zproject.test_settings
|
||||||
python manage.py migrate --settings=zproject.test_settings --all
|
python manage.py migrate --settings=zproject.test_settings --all
|
||||||
|
|
Loading…
Reference in New Issue