10000 Merge pull request #9328 from cgohlke/patch-2 · matplotlib/matplotlib@969de0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 969de0a

Browse files
authored
Merge pull request #9328 from cgohlke/patch-2
Fix NameError: name 'os' is not defined
2 parents 2181453 + eb92ab7 commit 969de0a

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)
0