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

Remove an unnecessary import.

This commit is contained in:
Shlomi Fish 2017-02-17 15:42:35 +02:00
parent ecaa5d99a5
commit da4e09821d
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ __all__ = ['HTMLViewer']
# imports
import os, sys
import htmllib, formatter
import formatter
import Tkinter
import ttk

View file

@ -25,7 +25,7 @@ __all__ = ['HTMLViewer']
# imports
import os, sys
import htmllib, formatter
import formatter
import Tkinter
if __name__ == '__main__':