Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f7bcd7

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎examples/animation/movie_demo_sgskip.py

Copy file name to clipboardExpand all lines: examples/animation/movie_demo_sgskip.py
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.