Skip to content

Commit

Permalink
fix import in script
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jun 11, 2018
1 parent 4e892a0 commit 222198e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sample_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from paraview.simple import *
from os import listdir
from os.path import isfile, join
from PVGeo import *
from pvmacros import *


#### disable automatic camera reset on 'Show'
Expand Down

0 comments on commit 222198e

Please sign in to comment.