mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
tests - add missing chmod import to LinuxTest
This commit is contained in:
parent
bf6dd93aa7
commit
d370f1b053
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from Test import Test
|
||||
from os.path import isdir, join, isfile
|
||||
from os import chown, walk, getenv, listdir, mkdir
|
||||
from os import chown, walk, getenv, listdir, mkdir, chmod
|
||||
from shutil import copytree, rmtree
|
||||
from traceback import format_exc
|
||||
from subprocess import run
|
||||
|
|
|
|||
Loading…
Reference in a new issue