Commit 956fa27
committed
Rename jobs_v2.py to jobs.py
Now that the legacy schema-wide jobs system has been removed,
rename the new per-table jobs module to its canonical name:
- src/datajoint/jobs_v2.py -> src/datajoint/jobs.py
- tests/test_jobs_v2.py -> tests/test_jobs.py
- Update imports in autopopulate.py and test_jobs.py1 parent 0f98b18 commit 956fa27
3 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments