Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipapython/ipachangeconf.py: change "is not 0" for "!= 0" | François Cami | 2019-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | Python 3.8 introduced a warning to check for usage of "is not" when comparing literals. Any such usage will output: SyntaxWarning: "is not" with a literal. Did you mean "!="? See: https://bugs.python.org/issue34850 Fixes: https://pagure.io/freeipa/issue/8057 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com> | ||||
* | Move ipachangeconf from ipaclient.install to ipapython | Rob Critenden | 2019-08-28 | 1 | -0/+590 |
This will let us call it from ipaplatform. Mark the original location as deprecated. Reviewed-By: Francois Cami <fcami@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> |