Python wrapper for running instances of trisurf-ng
Samo Penic
2017-01-13 d00e25d854a5c9d4234b750000bbd01749fe4337
trisurf/tsmgr.py
@@ -16,7 +16,6 @@
   from urlparse import urlparse
   from vtk import *
   
from . import VTKRendering
#import io
from IPython import embed
@@ -261,6 +260,7 @@
   #if sys.version_info>=(3,0):
   #   print("Preview works only with python 2.7")
   #   exit(1)
   from . import VTKRendering
   if host['name'] == socket.gethostname():
      VTKRendering.Renderer(args,host)