Skip to content

Commit

Permalink
Removed removal of PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan authored Jan 11, 2020
1 parent 19b86b3 commit 738a14d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/cs50/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
# Disable cs50 logger by default
logging.getLogger("cs50").disabled = True

# In case student has files that shadow packages
for p in ("", os.getcwd()):
try:
sys.path.remove(p)
except ValueError:
pass

# Import cs50_*
from .cs50 import get_char, get_float, get_int, get_string
try:
Expand Down

0 comments on commit 738a14d

Please sign in to comment.