14 строки
130 B
Python
14 строки
130 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
import subprocess
|
||
|
import logging
|
||
|
import string
|
||
|
import os
|
||
|
|
||
|
from azuremodules import *
|
||
|
|
||
|
global op
|
||
|
|
||
|
StopServer()
|
||
|
|