duplys / git-issues

A distributed issue tracking system based on Git repositories, written in Python
http://www.newartisans.com
BSD 3-Clause "New" or "Revised" License
256 stars 35 forks source link

Python syntax error on run #17

Open Tzrlk opened 10 years ago

Tzrlk commented 10 years ago

I get the following error when running the script on my environment:

>git issues
  File "C:\Program Files (x86)\Git/libexec/git-core\git-issues", line 335
    print [key for key in self.shelf.iterkeys()]
                 ^
SyntaxError: invalid syntax

I'm running Python 3.4.0 on Windows 8.

mcepl commented 10 years ago

This is python 2 script I would say, so most likely this is not a bug.

grantbow commented 8 years ago

It's still a bug just for a presently untargeted platform. How hard will this be to fix?

mcepl commented 8 years ago

How hard will this be to fix?

Pull request welcome, of course.