Skip to content

Commit

Permalink
Fix setup.py shebang, reported by Tomasz Rybak
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 30, 2015
1 parent b544b0d commit 82a9cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
@@ -1,7 +1,7 @@
from __future__ import absolute_import
from __future__ import print_function
#!/usr/bin/env python
# -*- coding: latin-1 -*-
# -*- coding: utf-8 -*-

from __future__ import absolute_import, print_function
from os.path import dirname, join, normpath


Expand Down

0 comments on commit 82a9cbc

Please sign in to comment.