Skip to content

Commit 2f7bcd7

Browse files
dstansbytacaswell
authored andcommitted
Merge pull request #9328 from cgohlke/patch-2
Fix NameError: name 'os' is not defined
1 parent 8022a92 commit 2f7bcd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/animation/movie_demo_sgskip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from __future__ import print_function
99

10+
import os
1011
import subprocess
1112
import matplotlib.pyplot as plt
1213
import numpy as np

0 commit comments

Comments
 (0)