primetang/pylsd

a try-except syntax error

Opened this issue · 0 comments

I am just use pip3.6 to install the package,
but a try-except syntax error occurs when I import it.

pylsd/bindings/lsd_ctypes .py: line 34

except Exception, e:
                pass

fix:

except Exception as e:
                pass