Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_admin.py Mon Jul 10 17:31:34 2023 -0400 +++ b/roundup/scripts/roundup_admin.py Mon Sep 11 00:10:29 2023 -0400 @@ -33,8 +33,8 @@ # --/ -# python version check -from roundup import version_check +# python version check - import exits if version invalid +from roundup import version_check # noqa: F401 # import the admin tool guts and make it go from roundup.admin import AdminTool
