made manage.py executable

This commit is contained in:
Sybren A. Stüvel 2016-03-18 16:31:26 +01:00
parent 3334761ea7
commit b8bcd0c5fe

2
pillar/manage.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from __future__ import division
import os
from bson.objectid import ObjectId