Add missing imports to new-domain
This commit is contained in:
parent
c3ec2b9291
commit
216c26f66c
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from os.path import exists
|
||||
from subprocess import run, PIPE
|
||||
import sys
|
||||
import subprocess
|
||||
|
||||
ini_file = '/root/digitalocean.ini'
|
||||
if not exists(ini_file):
|
||||
|
|
Loading…
Reference in a new issue