You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/12/12 15:40:54 UTC

[GitHub] rivasj opened a new issue #3112: Python TO Client breaks with python 2.7

rivasj opened a new issue #3112: Python TO Client breaks with python 2.7
URL: https://github.com/apache/trafficcontrol/issues/3112
 
 
   The client is supposed to work with python 2.7 and 3.6, but I've come across this syntax error using 2.7:
   ```
   ...
   from trafficops.tosession import *   File "/.../traffic_control/clients/python/trafficops/trafficops/tosession.py", line 211     raise
   restapi.LoginError(msg) from e  
      ^ SyntaxError: invalid syntax
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services