Update screen_utils.py

This commit is contained in:
chrys87 2018-05-30 16:11:08 +02:00 committed by GitHub
parent 7dfaa2dbeb
commit 7b224e9277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
import getpass, time, re, string, select, os
import getpass, time, string, select, os
def removeNonprintable(text):
# Get the difference of all ASCII characters from the set of printable characters