| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 92a9c80 commit 217bb48
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,13 +18,13 @@ public void SetUp() | |||
| 18 | 18 | gs = PythonEngine.AcquireLock(); | |
| 19 | 19 | ||
| 20 | 20 | //string here = Environment.CurrentDirectory; | |
| 21 | - // trunk\pythonnet\src\embed_tests\bin\Debug | ||
| 21 | + //trunk\pythonnet\src\embed_tests\bin\x86\DebugWin | ||
| 22 | 22 | ||
| 23 | 23 | /* | |
| 24 | 24 | * Append the tests directory to sys.path | |
| 25 | 25 | * using reflection to circumvent the private modifires placed on most Runtime methods. | |
| 26 | 26 | */ | |
| 27 | - const string s = @"../../../tests"; | ||
| 27 | + const string s = @"../../../../tests"; | ||
| 28 | 28 | ||
| 29 | 29 | Type RTClass = typeof(Runtime.Runtime); | |
| 30 | 30 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments