finish remove unneeded returns, import debug to everything, add header

This commit is contained in:
chrys
2016-09-19 22:15:58 +02:00
parent b6178fa933
commit 010b9b4e06
94 changed files with 541 additions and 33 deletions

View File

@ -1,12 +1,16 @@
#!/bin/python
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
import evdev
from evdev import InputDevice, UInput
import time
from evdev import InputDevice, UInput
from select import select
from core import inputEvent
from utils import debug
from core import debug
class driver():
def __init__(self):