automaton/automaton
ChangBo Guo(gcb) f620f2aa87 Remove kwarg default_start_state in the machine constructor
The usage of 'default_start_state' via the machine constructor is
deprecated usage of the 'default_start_state' property setter is
recommended. And there is no usage of default_start_state as
constructor argument in other projects [1]. It's safe to remove
it now.

[1] http://codesearch.openstack.org/?q=default_start_state&i=nope&files=&repos=

Change-Id: I454d453d513ae670ddd664d1d8b20ecf8d1202dd
2017-08-22 14:05:16 +08:00
..
converters Removes unnecessary utf-8 encoding 2016-12-22 10:08:52 +07:00
tests Removes unnecessary utf-8 encoding 2016-12-22 10:08:52 +07:00
__init__.py Move a bunch of files into there rightful places 2014-12-02 23:35:01 -08:00
_utils.py Removes unnecessary utf-8 encoding 2016-12-22 10:08:52 +07:00
exceptions.py Removes unnecessary utf-8 encoding 2016-12-22 10:08:52 +07:00
machines.py Remove kwarg default_start_state in the machine constructor 2017-08-22 14:05:16 +08:00
runners.py Removes unnecessary utf-8 encoding 2016-12-22 10:08:52 +07:00