summaryrefslogtreecommitdiff
path: root/bin/easy_install
diff options
context:
space:
mode:
authorcoderick142017-05-17 15:40:18 +0530
committercoderick142017-05-17 15:41:00 +0530
commita1e0a5502f04da68b6a9ca8508dda3f9d7e1d055 (patch)
tree20181e6b1936f50ad48d8e35720d64a37566f558 /bin/easy_install
parent6f4a84c1e58ff4d54aab94cbee26e995328b05b8 (diff)
downloadSBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.tar.gz
SBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.tar.bz2
SBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.zip
Upgrade to Django 1.11
- Database integration yet to be tested
Diffstat (limited to 'bin/easy_install')
-rw-r--r--bin/easy_install10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/easy_install b/bin/easy_install
deleted file mode 100644
index e5e46fa..0000000
--- a/bin/easy_install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/home/vlabs/sbhs_vlabs/sbhs/bin/python
-# EASY-INSTALL-ENTRY-SCRIPT: 'distribute==0.6.24','console_scripts','easy_install'
-__requires__ = 'distribute==0.6.24'
-import sys
-from pkg_resources import load_entry_point
-
-if __name__ == '__main__':
- sys.exit(
- load_entry_point('distribute==0.6.24', 'console_scripts', 'easy_install')()
- )