[sysadmin-bin] This should live on top of the file
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] This should live on top of the file
- Date: Fri, 13 Oct 2017 16:18:32 +0000 (UTC)
commit 557fa51848f153c57d2e81dd9b251bac68fd5331
Author: Andrea Veri <averi redhat com>
Date: Fri Oct 13 18:17:53 2017 +0200
This should live on top of the file
cleanup-inactive-ldap-accounts.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cleanup-inactive-ldap-accounts.py b/cleanup-inactive-ldap-accounts.py
index cd3fa59..28e85f5 100755
--- a/cleanup-inactive-ldap-accounts.py
+++ b/cleanup-inactive-ldap-accounts.py
@@ -1,5 +1,6 @@
#!/usr/bin/python
+from __future__ import print_function
import datetime
import os
import sys
@@ -8,7 +9,6 @@ import time
import socket
import smtplib
-from __future__ import print_function
from optparse import OptionParser
from email.MIMEText import MIMEText
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]