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