Skip to content

Commit 6f035de

Browse files
Juhani Puurulamadchutney
Juhani Puurula
authored andcommitted
Python 3: Add dot to import in mbed/__main__.py to run as module (#919)
1 parent 2756f0a commit 6f035de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from mbed import main
1+
from .mbed import main
22
main()

0 commit comments

Comments
 (0)