finish remove unneeded returns, import debug to everything, add header
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
#!/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributers.
|
||||
|
||||
from core import debug
|
||||
import subprocess
|
||||
|
||||
class driver():
|
||||
|
@ -1,3 +1,10 @@
|
||||
#!/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributers.
|
||||
|
||||
from core import debug
|
||||
import gi
|
||||
import time
|
||||
from gi.repository import GLib
|
||||
|
Reference in New Issue
Block a user