Mercurial > p > roundup > code
comparison roundup/instance.py @ 7464:82bbb95e5690 issue2550923_computed_property
merge from tip into issue2550923_computed_property
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 08 Jun 2023 00:10:32 -0400 |
| parents | ca90f7270cd4 07ce4e4110f5 |
| children | 78585199552a |
comparison
equal
deleted
inserted
replaced
| 7045:ca90f7270cd4 | 7464:82bbb95e5690 |
|---|---|
| 38 except ImportError: | 38 except ImportError: |
| 39 from collections import Callable | 39 from collections import Callable |
| 40 | 40 |
| 41 import os | 41 import os |
| 42 import sys | 42 import sys |
| 43 import warnings | |
| 44 | 43 |
| 45 from roundup import configuration, mailgw | 44 from roundup import configuration, mailgw |
| 46 from roundup import hyperdb, backends, actions | 45 from roundup import hyperdb, backends, actions |
| 47 from roundup.cgi import client, templating | 46 from roundup.cgi import client, templating |
| 48 from roundup.cgi import actions as cgi_actions | 47 from roundup.cgi import actions as cgi_actions |
