mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-31 06:16:29 -04:00
Various path optimizations
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
# sshync 2022.01.16.unreleased11
|
||||
# sshync 2022.01.16.unreleased12
|
||||
|
||||
# external modules
|
||||
|
||||
from os import mkdir, path, remove, system, walk
|
||||
from os import path, remove, system, walk
|
||||
from os.path import getmtime, join, expanduser
|
||||
from sys import exit as s_exit
|
||||
from pathlib import Path
|
||||
|
||||
Reference in New Issue
Block a user