Skip to content
Snippets Groups Projects
  1. Aug 24, 2015
  2. Aug 21, 2015
  3. Aug 20, 2015
  4. Aug 19, 2015
  5. Aug 18, 2015
  6. Aug 17, 2015
  7. Aug 14, 2015
  8. Aug 13, 2015
  9. Aug 12, 2015
  10. Aug 11, 2015
    • David Gobbi's avatar
      Merge topic 'unicode-quotes' · 7e71d35d
      David Gobbi authored and Kitware Robot's avatar Kitware Robot committed
      
      0ff02aad Fix non-ascii quotes in two header files.
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Reviewed-by: default avatarDavid E DeMarle <dave.demarle@kitware.com>
      Merge-request: !524
      7e71d35d
    • David Gobbi's avatar
      Fix non-ascii quotes in two header files. · 0ff02aad
      David Gobbi authored
      Native file encodings vary from system to system, so all header files
      should be pure ASCII.
      0ff02aad
    • David Gobbi's avatar
      Fix remaining py3k issues with vtk.tk module. · aa4e0d02
      David Gobbi authored
      Two major changes: 1) the vtkLoadPythonTkWidgets utility module is now
      imported explicitly as a relative module, necessitating absolute_import.
      The alternative is to import it as vtk.tk.vtkLoadPythonTkWidgets, which
      makes the tk module less mobile, in case someone wanted to incorporate it
      or the vtk module itself into a larger package (e.g. what paraview does).
      
      2) I've explicitly added an "if" check for python3 before importing the
      tkinter module.  This is done to ensure that an appropriate error is
      reported if the module fails to load (i.e. so that it won't complain
      about trying to import "tkinter" on Python 2, just because it had a
      fallthrough on an attemp to import "Tkinter".
      aa4e0d02
Loading