Skip to content

Commit a212658

Browse files
Update and rename how_use_pass.py to Importing.py
1 parent c1aec7a commit a212658

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

fundamentals/Importing.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
Import modules from an arbitrary filesystem location
3+
"""
4+
5+
import sys
6+
sys.path.append("/path/to/directory/containing/your/module")
7+
import mymodule

fundamentals/how_use_pass.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)