1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00

Remove Python shebang from fsm_config.py

This is not a Python script but a Python module, so never run directly.
To avoid confusion on the Python version required, drop the shebang
entirely.
This commit is contained in:
Pino Toscano 2019-12-29 11:03:59 +01:00
parent 4b7e6c52dc
commit c6002f3f52

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Copyright (c) 2008, Google Inc. # Copyright (c) 2008, Google Inc.
# All rights reserved. # All rights reserved.
# #