We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc07677 commit 7d90a73Copy full SHA for 7d90a73
fortls.py
@@ -1,10 +1,6 @@
1
#!/usr/bin/env python3
2
+# file used for unit testing
3
if __name__ == "__main__":
- import sys
4
- import os
5
-
6
- root_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
7
- sys.path.insert(0, root_dir)
8
import fortls
9
10
fortls.main()
0 commit comments