From: Warren Usui Date: Wed, 19 Feb 2014 21:37:06 +0000 (-0800) Subject: Fix syntax error in first docstring added. X-Git-Tag: 1.1.0~1650^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f3ac7870ea5b742f71aee2453b01846a89c5f72e;p=teuthology.git Fix syntax error in first docstring added. --- diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index 1c6a4f74..b81a585d 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -1,4 +1,4 @@ -"" +""" Support for paramiko remote objects. """ from . import run