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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals

+1 −3
Original line number Diff line number Diff line
#!/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