slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

Make modules in other/ directory importable #24

Closed larshum closed 5 years ago

larshum commented 5 years ago

21

mnil2 commented 5 years ago

All good now :+1:

larshum commented 5 years ago

That other problem was because the "snake_case all things" commit changed the filename of the dictionary.txt to lowercase, but forgot to update it to lowercase in detecting_english_programmatically.py. I missed that error locally because my file system is case-insensitive. :laughing:

mnil2 commented 5 years ago

I shouldve known it was the snake case guys fault all along