Skip to content

Commit 98741ab

Browse files
committed
Fix import order
1 parent 7949316 commit 98741ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pysollib/pysolgtk/tkhtml.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
#
2222
# ---------------------------------------------------------------------------
2323

24-
import htmllib
2524
import os
25+
26+
import htmllib
2627
import sys
2728
import traceback
2829

0 commit comments

Comments
 (0)