Fixed Shebang.

This commit is contained in:
Markus Birth 2014-09-15 17:37:18 +02:00
parent 62e5aeeaff
commit 104b5179c1
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class IPTCMessage(object):

View File

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import iptcmessage

View File

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import serial

View File

@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function