Skip to content

Commit 6c77cc9

Browse files
Undo last commit
1 parent c477c9b commit 6c77cc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

code_counting/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
import logging
44
import os
55

6-
from code_counting.lang_controller import LanguagesController
7-
from code_counting.util import explore_folder
8-
96
# Yea, I don't know either. If I don't do it, python starts informing me that lang_controller is not a module
107
CURRENT_PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
118

129
sys.path.append(CURRENT_PATH)
1310

11+
from code_counting.lang_controller import LanguagesController
12+
from code_counting.util import explore_folder
13+
1414
logging.getLogger().setLevel(logging.INFO)
1515

1616

0 commit comments

Comments
 (0)