memory_check.py should be an executable script

This commit is contained in:
Dave Halter
2014-01-13 13:55:29 +01:00
parent 292d33e2d1
commit 1c1349162c

1
scripts/memory_check.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#! /usr/bin/env python
""" """
This is a convenience script to test the speed and memory usage of Jedi with This is a convenience script to test the speed and memory usage of Jedi with
large libraries. large libraries.