1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix some import bugs in the menubar parent class.

This commit is contained in:
Shlomi Fish 2016-02-19 18:23:12 +02:00
parent 81b37f8673
commit 7780d6fccd
3 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,6 @@ import math, os, sys, re
import Tkinter
import ttk
import traceback
import tkFileDialog
# PySol imports
from pysollib.mygettext import _, n_

View file

@ -27,7 +27,6 @@ __all__ = ['PysolMenubarTk']
import math, os, sys, re
import Tkinter
import traceback
import tkFileDialog
# PySol imports
from pysollib.mygettext import _, n_

View file

@ -1,8 +1,10 @@
import math
import os
import re
import sys
import Tkinter
import tkFileDialog
from pysollib.mfxutil import Struct, kwdefault
from pysollib.mfxutil import Image, USE_PIL