Merge "Stop to use the __future__ module."
This commit is contained in:
commit
dc2db8f6a0
@ -15,8 +15,6 @@
|
|||||||
# Basically this module will fetch the fernet tokens and compare them to the
|
# Basically this module will fetch the fernet tokens and compare them to the
|
||||||
# required time constrains to determine whether the host needs to resync with
|
# required time constrains to determine whether the host needs to resync with
|
||||||
# other nodes in the cluster.
|
# other nodes in the cluster.
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
import argparse
|
import argparse
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
Loading…
Reference in New Issue
Block a user