Python wrapper for running instances of trisurf-ng
Samo Penic
2017-01-07 8c3c293aeaf5e585db13de5644d813253fac7f06
trisurf/Remote.py
@@ -1,7 +1,6 @@
import paramiko
class Connection:
   def __init__(self, hostname, port=22, username=None, password=None):
      self.hostname=hostname