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:
parent
81b37f8673
commit
7780d6fccd
3 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,6 @@ import math, os, sys, re
|
|||
import Tkinter
|
||||
import ttk
|
||||
import traceback
|
||||
import tkFileDialog
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
|
|
@ -27,7 +27,6 @@ __all__ = ['PysolMenubarTk']
|
|||
import math, os, sys, re
|
||||
import Tkinter
|
||||
import traceback
|
||||
import tkFileDialog
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue