futurize stage2 gui

This commit is contained in:
Simon Forman
2020-04-23 23:38:10 -07:00
parent 29d510eb46
commit f949efe1a4
6 changed files with 18 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@
# along with joy.py. If not see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
from builtins import object
from logging import getLogger
_log = getLogger(__name__)