Added python3 shebangs

This commit is contained in:
Felipe Martin 2017-05-03 16:26:56 +02:00
parent 0d42a7f2dd
commit a28d93bc71
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python3
import usb.core
import usb.util