You've already forked docker_fresh
mirror of
https://github.com/1C-Company/docker_fresh.git
synced 2025-07-15 01:24:20 +02:00
refactor some code
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
|
||||
import modules.helper as helper
|
||||
class New():
|
||||
|
||||
name = ''
|
||||
|
@ -1,6 +1,3 @@
|
||||
import subprocess
|
||||
import pathlib
|
||||
import os
|
||||
import modules.helper as helper
|
||||
|
||||
def add_forum_dir(command):
|
||||
|
@ -25,7 +25,7 @@ def add_all_before_commands():
|
||||
|
||||
def add_all_after_commands():
|
||||
commands = []
|
||||
|
||||
commands.append(delete_distrib_file())
|
||||
|
||||
return commands
|
||||
|
||||
|
Reference in New Issue
Block a user