Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Python3 support #35

Description

@reverson

When I install under python3 I get the following error:

>>> from dogpush import dogpush
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/dogpush/dogpush.py", line 229
    print '# team: TEAMNAME'
                           ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('# team: TEAMNAME')?
>>>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions