We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0dbbc commit cb9688eCopy full SHA for cb9688e
py_trees/__init__.py
@@ -22,7 +22,7 @@
22
from . import decorators # noqa
23
from . import demos # noqa
24
from . import display # noqa
25
-from . import idioms #noqa
+from . import idioms # noqa
26
from . import logging # noqa
27
from . import meta # noqa
28
from . import programs # noqa
py_trees/timers.py
@@ -1,8 +1,10 @@
1
+#!/usr/bin/env python
2
#
-# License: Yujin
3
+# License: BSD
4
+# https://raw.githubusercontent.com/splintered-reality/py_trees/devel/LICENSE
5
6
##############################################################################
-# Description
7
+# Documentation
8
9
10
"""
0 commit comments