mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 08:37:14 -04:00
Alphabetized import statements
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
|||||||
#!/bin/python3
|
#!/bin/python3
|
||||||
|
|
||||||
# sshync 2022.03.02.unreleased14
|
# sshync 2022.03.02.unreleased15
|
||||||
|
|
||||||
# external modules
|
# external modules
|
||||||
|
|
||||||
from os import path, system, walk
|
from os import path, system, walk
|
||||||
from os.path import getmtime, join, expanduser
|
from os.path import expanduser, getmtime, join
|
||||||
from sys import exit as s_exit
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from sys import exit as s_exit
|
||||||
|
|
||||||
|
|
||||||
# utility functions
|
# utility functions
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
# external modules
|
# external modules
|
||||||
|
|
||||||
from os import environ, listdir, path, remove, system, walk
|
from os import environ, listdir, path, remove, system, walk
|
||||||
from shutil import copy, get_terminal_size, move, rmtree
|
|
||||||
from sys import argv, exit as s_exit
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import random
|
import random
|
||||||
|
from shutil import copy, get_terminal_size, move, rmtree
|
||||||
import sshync
|
import sshync
|
||||||
import string
|
import string
|
||||||
|
from sys import argv, exit as s_exit
|
||||||
from textwrap import fill
|
from textwrap import fill
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user