From f0131dcc3b40089ad3129535aa9c3f4965452c39 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Fri, 06 Jan 2017 22:50:29 +0000 Subject: [PATCH] Some small bugs fixed in trisurf.py. Added possibility to run custom analyses from config. see networkedExample.py --- trisurf/Remote.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/trisurf/Remote.py b/trisurf/Remote.py index 8da08be..89a00bd 100644 --- a/trisurf/Remote.py +++ b/trisurf/Remote.py @@ -1,7 +1,6 @@ import paramiko - class Connection: def __init__(self, hostname, port=22, username=None, password=None): self.hostname=hostname -- Gitblit v1.9.3