17 lines
351 B
Python
Executable File
17 lines
351 B
Python
Executable File
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() |