Skip to content
Snippets Groups Projects
Commit 5fe789b1 authored by nimrod's avatar nimrod
Browse files

Fix comment, remove shebang.

The comment mentioned `make`, not using it for a while now. The shebang
was useless, these are not executable or scripts.
parent ebeb2b99
Branches
No related tags found
No related merge requests found
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
......
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
# This file is only used if you explicitly specify it as your config file.
import os
import sys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment