Skip to content

Commit 738a14d

Browse files
authored
Removed removal of PWD
1 parent 19b86b3 commit 738a14d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/cs50/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
# Disable cs50 logger by default
77
logging.getLogger("cs50").disabled = True
88

9-
# In case student has files that shadow packages
10-
for p in ("", os.getcwd()):
11-
try:
12-
sys.path.remove(p)
13-
except ValueError:
14-
pass
15-
169
# Import cs50_*
1710
from .cs50 import get_char, get_float, get_int, get_string
1811
try:

0 commit comments

Comments
 (0)