Skip to content

Commit

Permalink
Fix print function SyntaxError in Python2.X when running multivisor-rpc
Browse files Browse the repository at this point in the history
Fixes #74
  • Loading branch information
bbugyi200 authored and tiagocoutinho committed Jan 12, 2021
1 parent ae2495f commit 57e1bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multivisor/server/rpc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import print_function

import sys
import logging
import xmlrpc.client
Expand Down

0 comments on commit 57e1bf2

Please sign in to comment.