Removed
Link Here
|
1 |
--- setup.py.orig 2023-04-24 22:23:26 UTC |
2 |
+++ setup.py |
3 |
@@ -22,7 +22,7 @@ if watchman_src_dir is None: |
4 |
# files. Otherwise it is impossible to obtain a relative path across different |
5 |
# drives. However this has an implication that we will not be able to build this |
6 |
# package outside the repository. Not great but it works. |
7 |
-py_dir = os.path.join(watchman_src_dir, "watchman", "python") |
8 |
+py_dir = os.path.join(watchman_src_dir, "python") |
9 |
if os.name == "nt": |
10 |
os.chdir(py_dir) |
11 |
py_dir = os.path.relpath(py_dir) |