Add os import to Python template

This commit is contained in:
Ivan Kravets
2015-07-29 14:47:47 +03:00
parent 99649614c5
commit 25781c7631

View File

@ -145,6 +145,8 @@ Example of the **test** platform (``test.py``):
.. code-block:: python
import os
from platformio.platforms.base import BasePlatform
class TestPlatform(BasePlatform):