From a28d93bc71f20f092396285b102f630e20d26654 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Wed, 3 May 2017 16:26:56 +0200 Subject: [PATCH] Added python3 shebangs --- luxafor/cli.py | 3 ++- luxafor/luxafor.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/luxafor/cli.py b/luxafor/cli.py index d3b7826..737c04b 100644 --- a/luxafor/cli.py +++ b/luxafor/cli.py @@ -1,4 +1,5 @@ -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 + import logging import sys diff --git a/luxafor/luxafor.py b/luxafor/luxafor.py index 40498fd..52abe5d 100644 --- a/luxafor/luxafor.py +++ b/luxafor/luxafor.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 import usb.core import usb.util