Commit 5bc1654474a99b0c0b2f7de8d5bc862e5d54dab4
1 parent
de077dab
Exists in
master
Cython modules was not working in Window
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
app.py
| ... | ... | @@ -517,12 +517,6 @@ if __name__ == '__main__': |
| 517 | 517 | path = inv_paths.USER_LOG_DIR.join("stderr.log") |
| 518 | 518 | sys.stderr = open(path, "w") |
| 519 | 519 | |
| 520 | - # Add current directory to PYTHONPATH, so other classes can | |
| 521 | - # import modules as they were on root invesalius folder | |
| 522 | - sys.path.insert(0, '.') | |
| 523 | - sys.path.append(".") | |
| 524 | - | |
| 525 | - | |
| 526 | 520 | # Init application |
| 527 | 521 | main() |
| 528 | 522 | ... | ... |