Вынес все модули в отдельный каталог modules
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
Демонстрирует прямое использование C1ClusterOperations без основного класса ssh
|
||||
"""
|
||||
import config
|
||||
from ssh_base import SSHBase
|
||||
from c1_cluster import C1ClusterOperations
|
||||
from modules.ssh_base import SSHBase
|
||||
from modules.c1_cluster import C1ClusterOperations
|
||||
|
||||
|
||||
def example_basic_usage():
|
||||
|
||||
Reference in New Issue
Block a user