This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3aec1032f7
circuitpython
/
tests
/
import
/
pkg3
/
mod2.py
7 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
builtinimport: Implement relative imports.
2014-04-12 10:46:54 -04:00
print
(
"
mod2 __name__:
"
,
__name__
)
print
(
"
in mod2
"
)
run code formatting script
2021-03-15 09:57:36 -04:00
builtinimport: Implement relative imports.
2014-04-12 10:46:54 -04:00
def
foo
(
)
:
print
(
"
mod2.foo()
"
)
Reference in New Issue
Copy Permalink