summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-03-17 18:40:04 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-22 10:20:51 +0100
commite93e89e1ae27e4f0ef23001f6c1247c45695ae24 (patch)
treebca16c54ee36e335ccc0a83ffd15dc457b5f2d9a /install/tools
parent491447cc5ab8c5eff2be57d609201cefb79f7053 (diff)
downloadfreeipa-e93e89e1ae27e4f0ef23001f6c1247c45695ae24.tar.gz
freeipa-e93e89e1ae27e4f0ef23001f6c1247c45695ae24.tar.xz
freeipa-e93e89e1ae27e4f0ef23001f6c1247c45695ae24.zip
Pylint: fix definition of global variables
Global variables should be defined in the outer space, not just marked as global inside functions. Removes unused global variables Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
Diffstat (limited to 'install/tools')
-rwxr-xr-xinstall/tools/ipa-adtrust-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index f972835ec..36caa5c2d 100755
--- a/install/tools/ipa-adtrust-install
+++ b/install/tools/ipa-adtrust-install
@@ -238,7 +238,6 @@ def main():
check_server_configuration()
- global fstore
fstore = sysrestore.FileStore(paths.SYSRESTORE)
print("==============================================================================")