On 10/08/16 10:12 -0500, Dmitri Maziuk wrote:
> On 2016-08-10 10:04, Jason A Ramsey wrote:
> 
>> Traceback (most recent call last):
>> 
>> File "eps/fence_eps", line 14, in <module>
>> 
>> if sys.version_info.major > 2:
>> 
>> AttributeError: 'tuple' object has no attribute 'major'
> 
> 
> Replace with sys.version_info[0]

Actually, this and other Python 2.6 compatibility fix, both
originated by Lars (@lge), are already pending in the queue:
https://github.com/ClusterLabs/fence-agents/pull/82
hence are expected to eventually hit the tree (possibly
through PR 81).

-- 
Jan (Poki)

Attachment: pgpkOm1IbA1Te.pgp
Description: PGP signature

_______________________________________________
Users mailing list: Users@clusterlabs.org
http://clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to