Be explicit to vim that bin/reviewday is python.

Since it has no .py, it's not auto detected.

Change-Id: I6b1a1addcd19a2f487aa40492d49e6ea91fc6871
This commit is contained in:
Robert Collins 2013-10-31 17:58:04 +13:00
parent 75e7008d96
commit 8e24ea2400
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4
from datetime import datetime
from time import time