mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -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
|
||||
import os
|
||||
import Tkinter
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
||||
# Toolkit imports
|
||||
|
|
|
@ -29,7 +29,6 @@ __all__ = ['create_find_card_dialog',
|
|||
# imports
|
||||
import os
|
||||
import Tkinter
|
||||
##import traceback
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
|
|
Loading…
Add table
Reference in a new issue