You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
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