Organize imports

This commit is contained in:
ful1e5 2020-11-07 17:57:31 +05:30
parent cb9c6aef2b
commit 0a04b77717
3 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import json
import shutil
from os import path, mkdir
import sys
import tempfile
from os import mkdir, path
from . import __path__
from .pkg_info import info