Skip to content

Commit a47b5bd

Browse files
committed
Merge pull request faif#84 from xanpeng/master
add __future__.print_function for better print
2 parents 0ef136f + f374ac6 commit a47b5bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

state.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Implementation of the state pattern"""
22

33
# http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/
4+
from __future__ import print_function
45

56

67
class State(object):

0 commit comments

Comments
 (0)