Skip to content

Not Python3 compatible #23

@elzibubble

Description

@elzibubble
  File "bin/dot", line 31, in <module>
    from dot import COMMANDS
  File "/home/alee/.dotfiles/bin/lib/dot/__init__.py", line 2, in <module>
    from .core import COMMANDS
  File "/home/alee/.dotfiles/bin/lib/dot/core.py", line 486
    print env
            ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(env)?

I see you just changed the shebang from python2 to python, so I won't propose changing that back. Maybe you could import print_function from __future__; or simply move to Py3 as Py2 will be EOL soon anyway?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions