Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

python-consul doesn't support python 2.6 #119

@lowzj

Description

@lowzj
Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import consul
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/consul/__init__.py", line 3, in <module>
    from consul.std import Consul
  File "/usr/lib/python2.6/site-packages/consul/std.py", line 5, in <module>
    from consul import base
  File "/usr/lib/python2.6/site-packages/consul/base.py", line 1914
    k: v for k, v in {
           ^
SyntaxError: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions