Skip to content

Commit

Permalink
Making docstore binary, making it executable, specifying python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
steiza committed Mar 2, 2016
1 parent 7480ced commit fb621e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webserver.py → docstore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2.7

import base64
from datetime import datetime
import logging
Expand Down

0 comments on commit fb621e8

Please sign in to comment.