Mercurial > p > roundup > code
comparison roundup/scripts/roundup_admin.py @ 7692:8fb42f41ef10 issue2550923_computed_property
merge in default branch to see if ti clears a travis-ci build error on 2.7 python; default branch builds fine
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:10:29 -0400 |
| parents | e929cc30e38c |
| children | 3a674b7eb07f |
comparison
equal
deleted
inserted
replaced
| 7528:14a8e11f3a87 | 7692:8fb42f41ef10 |
|---|---|
| 31 # the script is located inside roundup source code | 31 # the script is located inside roundup source code |
| 32 sys.path.insert(0, rootdir) | 32 sys.path.insert(0, rootdir) |
| 33 # --/ | 33 # --/ |
| 34 | 34 |
| 35 | 35 |
| 36 # python version check | 36 # python version check - import exits if version invalid |
| 37 from roundup import version_check | 37 from roundup import version_check # noqa: F401 |
| 38 | 38 |
| 39 # import the admin tool guts and make it go | 39 # import the admin tool guts and make it go |
| 40 from roundup.admin import AdminTool | 40 from roundup.admin import AdminTool |
| 41 from roundup.i18n import _ | 41 from roundup.i18n import _ |
| 42 | 42 |
