New ScreenPanel
This commit is contained in:
17
script/teste.py
Executable file
17
script/teste.py
Executable file
@@ -0,0 +1,17 @@
|
||||
from startup import *
|
||||
#inject()
|
||||
|
||||
#globals().update(get_context().scriptManager.injections)
|
||||
|
||||
print "LOADED"
|
||||
|
||||
#def inject():
|
||||
# globals().update(get_context().scriptManager.injections)
|
||||
|
||||
def test():
|
||||
#globals().update(get_context().scriptManager.injections)
|
||||
##dev = None
|
||||
#inject()
|
||||
stop()
|
||||
inject()
|
||||
print 2* dev.read()
|
||||
Reference in New Issue
Block a user