summaryrefslogtreecommitdiff
path: root/cliapp/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-02-10 12:43:28 +0000
committerLars Wirzenius <liw@liw.fi>2013-02-10 12:43:28 +0000
commit5e3a3cfd1f325c3c2d346967ed6c2e381f89d546 (patch)
tree7fce2839dc2390b7efd475efa8673342edf209ce /cliapp/__init__.py
parentc492e2efbaadbd93f077b5dab7c4c8ac8babcec6 (diff)
downloadcliapp-5e3a3cfd1f325c3c2d346967ed6c2e381f89d546.tar.gz
Add cliapp.ssh_runcmd
Diffstat (limited to 'cliapp/__init__.py')
-rw-r--r--cliapp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 9ab5cc4..6d4040a 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -21,7 +21,7 @@ __version__ = '1.20121216'
from fmt import TextFormat
from settings import (Settings, log_group_name, config_group_name,
perf_group_name)
-from runcmd import runcmd, runcmd_unchecked, shell_quote
+from runcmd import runcmd, runcmd_unchecked, shell_quote, ssh_runcmd
from app import Application, AppException
# The plugin system