Additions to make code more compatible for py2 and py3

This commit is contained in:
2018-03-04 12:29:25 -06:00
parent 20942dedd9
commit b47d6efe45
10 changed files with 35 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals # at top of module
import wx
import application
from .import utils