We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef136f + f374ac6 commit a47b5bdCopy full SHA for a47b5bd
state.py
@@ -1,6 +1,7 @@
1
"""Implementation of the state pattern"""
2
3
# http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/
4
+from __future__ import print_function
5
6
7
class State(object):
0 commit comments