Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-08-15 15:04:16 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-08-15 15:05:27 +0300
commit15fcdc8ba92dbcbd688204a5db35d4499911e48e (patch)
treeb3d9b0c37c9bd21e9ecd5be81650bf6ca6e3bc45 /calm/pkg2html.py
parent70f71d2b693039387ef2f332b08effb22df93fa9 (diff)
Fix flake8-import-order warnings
Diffstat (limited to 'calm/pkg2html.py')
-rwxr-xr-xcalm/pkg2html.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/calm/pkg2html.py b/calm/pkg2html.py
index 04e0836..f6a2ada 100755
--- a/calm/pkg2html.py
+++ b/calm/pkg2html.py
@@ -50,13 +50,14 @@ import string
import sys
import textwrap
import time
+
import xtarfile
-from .version import SetupVersion
from . import common_constants
from . import maintainers
from . import package
from . import utils
+from .version import SetupVersion
#