Skip to content

Commit e8f2742

Browse files
committed
add __future__.print_function for better print
1 parent be97e4c commit e8f2742

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)