Skip to content

Commit

Permalink
Use recommended shebang style (see Fedora documentation) (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 4, 2019
2 parents 9e42ecb + 775a45c commit e505ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
"""Setup script for Home Assistant CLI."""
import codecs
from datetime import datetime as dt
Expand Down

0 comments on commit e505ced

Please sign in to comment.