cym13 / bookmark

Simple command line browser independant bookmark utility.
GNU General Public License v3.0
45 stars 1 forks source link

invalid syntax #2

Closed FrankFang closed 9 years ago

FrankFang commented 9 years ago
  File "/usr/local/bin/bm", line 93
    def list_any(database, tags, *, verbose=False):
                                  ^
SyntaxError: invalid syntax

Python 2.7.10

cym13 commented 9 years ago

Thank you for taking the time to report this.

I do not intend to implement python2 support. If you feel that it would be interesting to have that support, I could take a pull request but as of today bm is python3 only.