Skip to content

Commit

Permalink
Import print function.
Browse files Browse the repository at this point in the history
  • Loading branch information
somexpert committed Aug 28, 2018
1 parent 6ea728f commit ac78585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypairtree/pairtreelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
__main__ function allows this to be run from the commandline.
"""

from __future__ import print_function

import os
import sys

Expand Down

0 comments on commit ac78585

Please sign in to comment.