Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 242442d

Browse files
author
Kareem Zidane
committedDec 29, 2018
removed eprint from __init__.py
1 parent 867ef43 commit 242442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cs50/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
sys.path = [p for p in sys.path if p not in ("", os.getcwd())]
1111

1212
# Import cs50_*
13-
from .cs50 import eprint, get_char, get_float, get_int, get_string
13+
from .cs50 import get_char, get_float, get_int, get_string
1414
try:
1515
from .cs50 import get_long
1616
except ImportError:

0 commit comments

Comments
 (0)
Please sign in to comment.