mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
Consolidate findcarddialog.py.
This commit is contained in:
parent
463aec56af
commit
6b871f3216
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,8 @@ __all__ = ['create_find_card_dialog',
|
||||||
# imports
|
# imports
|
||||||
import os
|
import os
|
||||||
import Tkinter
|
import Tkinter
|
||||||
|
|
||||||
|
# PySol imports
|
||||||
from pysollib.mygettext import _, n_
|
from pysollib.mygettext import _, n_
|
||||||
|
|
||||||
# Toolkit imports
|
# Toolkit imports
|
||||||
|
|
|
@ -29,7 +29,6 @@ __all__ = ['create_find_card_dialog',
|
||||||
# imports
|
# imports
|
||||||
import os
|
import os
|
||||||
import Tkinter
|
import Tkinter
|
||||||
##import traceback
|
|
||||||
|
|
||||||
# PySol imports
|
# PySol imports
|
||||||
from pysollib.mygettext import _, n_
|
from pysollib.mygettext import _, n_
|
||||||
|
|
Loading…
Add table
Reference in a new issue