Remove imports from __future__ module

This commit is contained in:
Nick Hall
2015-03-14 16:02:57 +00:00
parent ad073326e5
commit 3b5efdf7ae
189 changed files with 53 additions and 356 deletions

View File

@@ -27,7 +27,6 @@
"""
Specific option handling for a GUI.
"""
from __future__ import unicode_literals
#------------------------------------------------------------------------
#