Skip to content

Commit 8ac585d

Browse files
committedOct 29, 2017
removed unneeded packages from __init__.py
1 parent 4665592 commit 8ac585d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/cs50/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import sys
22

3-
from os.path import abspath, join
4-
from site import getsitepackages, getusersitepackages
5-
from termcolor import cprint
6-
from traceback import extract_tb, format_list, format_exception_only
7-
83
from .cs50 import *
94

105

0 commit comments

Comments
 (0)
Please sign in to comment.