Skip to content

Commit

Permalink
Merge pull request #25 from bac/issue-5-python2-print
Browse files Browse the repository at this point in the history
Import print_function for Python 2. Fixes #23
  • Loading branch information
whartond authored Aug 6, 2020
2 parents 454d0ef + 535f208 commit b47dad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/flowsynth.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
author: Will Urbanski <[email protected]>
"""


from __future__ import print_function

import argparse
import logging
Expand All @@ -39,6 +38,8 @@

#global variables
APP_VERSION_STRING = "1.3.1"
# Define the standard version indicator.
__version__ = APP_VERSION_STRING
LOGGING_LEVEL = logging.INFO
ARGS = None

Expand Down

0 comments on commit b47dad8

Please sign in to comment.